You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: functions/lib/nft_mints.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ exports.getMissingNfts = async function () {
7
7
join web3dev_bootcamp.cohorts c2 on c.course_id = c2.course_id
8
8
join web3dev_bootcamp.users u on u.id = l.user_id
9
9
left join web3dev_bootcamp.nft_mints n on n.user_id = l.user_id and (n.cohort_id = l.cohort_id or n.cohort_id = c2.id)
10
-
where (lesson = 'Lesson_2_Finalize_Celebrate.md' or lesson = 'Lesson_2_Ship_It.md' or lesson = 'Lesson_2_Finalize_And_Celebrate.md' or lesson = 'Lesson_2_Finishing_Touches_Contract.md' or lesson = 'Lesson_5_Course_Completed.md')
10
+
where (lesson = 'Lesson_2_Finalize_Celebrate.md' or lesson = 'Lesson_2_Ship_It.md' or lesson = 'Lesson_3_All_Done.md' or lesson = 'Lesson_2_Finalize_And_Celebrate.md' or lesson = 'Lesson_1_Finishing_touches.md' or lesson = 'Lesson_5_Course_Completed.md')
0 commit comments