Skip to content

Commit a45ec9e

Browse files
committed
make lint
1 parent 0602829 commit a45ec9e

File tree

2 files changed

+114
-114
lines changed

2 files changed

+114
-114
lines changed

coderd/database/queries.sql.go

+113-113
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/components/WorkspaceDeletion/DormantDeletionStat.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface DormantDeletionStatProps {
1414
export const DormantDeletionStat: FC<DormantDeletionStatProps> = ({
1515
workspace,
1616
}) => {
17-
const { entitlements, experiments } = useDashboard();
17+
const { entitlements } = useDashboard();
1818
const allowAdvancedScheduling =
1919
entitlements.features["advanced_template_scheduling"].enabled;
2020

0 commit comments

Comments
 (0)