We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8be4ba commit 5341959Copy full SHA for 5341959
valhalla/jawn/src/controllers/private/waitlistController.ts
@@ -15,7 +15,7 @@ import { dbExecute } from "../../lib/shared/db/dbExecute";
15
import { err, ok, Result } from "../../packages/common/result";
16
import { type JawnAuthenticatedRequest } from "../../types/request";
17
18
-const SUPPORTED_FEATURES = ["credits"] as const;
+const SUPPORTED_FEATURES = ["credits", "hql"] as const;
19
20
type SupportedFeature = (typeof SUPPORTED_FEATURES)[number];
21
0 commit comments