Skip to content

Commit bee9393

Browse files
committed
make lint
1 parent 04f76ff commit bee9393

File tree

2 files changed

+114
-114
lines changed

2 files changed

+114
-114
lines changed

coderd/database/queries.sql.go

Lines changed: 113 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/components/WorkspaceDeletion/DormantDeletionStat.tsx

Lines changed: 1 addition & 1 deletion
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)