Skip to content

Commit ab8cb81

Browse files
authored
Merge pull request #107 from VoiceDeck/fix/case
fix: case sensitivity
2 parents 063a55a + 6b647ae commit ab8cb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/directus.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export const getContributionsByHCId = async (
334334
readItems("contributions", {
335335
filter: {
336336
hypercert_id: {
337-
_eq: hypercertId,
337+
_eq: hypercertId.toLowerCase(),
338338
},
339339
},
340340
})

0 commit comments

Comments
 (0)