Skip to content

Commit 058f1a6

Browse files
correct problem number
1 parent dd01cd5 commit 058f1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_new_note.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
# Fetch problem details
1818
curl -X POST -H 'Content-Type: application/json' \
19-
-d '{"query":"query questionOfToday { activeDailyCodingChallengeQuestion { date link question { questionId title titleSlug difficulty } } }","operationName":"questionOfToday"}' \
19+
-d '{"query":"query questionOfToday { activeDailyCodingChallengeQuestion { date link question { questionFrontendId title titleSlug difficulty } } }","operationName":"questionOfToday"}' \
2020
https://leetcode.com/graphql -o response.json
2121
2222
# Parse problem details and set outputs

0 commit comments

Comments
 (0)