Skip to content

Commit 5341959

Browse files
committed
chore: add hql to supported features
1 parent e8be4ba commit 5341959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valhalla/jawn/src/controllers/private/waitlistController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { dbExecute } from "../../lib/shared/db/dbExecute";
1515
import { err, ok, Result } from "../../packages/common/result";
1616
import { type JawnAuthenticatedRequest } from "../../types/request";
1717

18-
const SUPPORTED_FEATURES = ["credits"] as const;
18+
const SUPPORTED_FEATURES = ["credits", "hql"] as const;
1919

2020
type SupportedFeature = (typeof SUPPORTED_FEATURES)[number];
2121

0 commit comments

Comments
 (0)