We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419c36c commit b8c7c5cCopy full SHA for b8c7c5c
frontend/src/api/leetcode-dashboard.tsx
@@ -5,7 +5,7 @@ import {
5
} from "@/types/find-match";
6
7
const QUESTION_SERVICE =
8
- process.env.NEXT_PUBLIC_QUESTION_SERVICE ??
+ process.env.NEXT_PUBLIC_QUESTION_SERVICE ||
9
"https://question-service-598285527681.us-central1.run.app/api";
10
11
export const createSingleLeetcodeQuestion = async (
0 commit comments