Skip to content

Commit b8c7c5c

Browse files
committed
Push fix
1 parent 419c36c commit b8c7c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/api/leetcode-dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
} from "@/types/find-match";
66

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

1111
export const createSingleLeetcodeQuestion = async (

0 commit comments

Comments
 (0)