Skip to content

Commit 92d5e74

Browse files
committed
fix: build
1 parent 1bafa91 commit 92d5e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/api/sgho-apy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse<
7676

7777
// Build GraphQL query based on parameters
7878
let graphqlQuery: string;
79-
let variables: Record<string, string>;
79+
let variables: Record<string, string | number>;
8080

8181
if (startDate && endDate) {
8282
// Query with date range

0 commit comments

Comments
 (0)