Skip to content

Commit

Permalink
🩹 upserting module_id
Browse files Browse the repository at this point in the history
  • Loading branch information
PsicoThePato committed Oct 17, 2024
1 parent d1c810d commit df0a383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/commune-worker/src/db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ export async function upsertModuleData(modules: Module[]) {
"totalStaked",
"totalStakers",
"totalRewards",
"isWhitelisted"
"isWhitelisted",
"moduleId",
]),
})
.execute();
Expand Down

0 comments on commit df0a383

Please sign in to comment.