Skip to content

Commit

Permalink
Push fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tingkai-mai committed Sep 29, 2024
1 parent 419c36c commit b8c7c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/leetcode-dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from "@/types/find-match";

const QUESTION_SERVICE =
process.env.NEXT_PUBLIC_QUESTION_SERVICE ??
process.env.NEXT_PUBLIC_QUESTION_SERVICE ||
"https://question-service-598285527681.us-central1.run.app/api";

export const createSingleLeetcodeQuestion = async (
Expand Down

0 comments on commit b8c7c5c

Please sign in to comment.