Skip to content

Commit

Permalink
Merge pull request #71 from partio-scout/fix/staging-testing-results
Browse files Browse the repository at this point in the history
fix item_guid to correct form
  • Loading branch information
linneamyl authored Aug 11, 2023
2 parents cd6ce0f + be964d3 commit ae5e04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export async function archiveTaskEntry(entry) {
export async function archiveGroupMemberTaskEntry(entry) {
try {
const notification = await createNotification({
itemGuid: Number(entry.task_guid),
itemGuid: entry.task_guid,
itemType: 'TASK',
notificationType: entry.completion_status,
userGuid: entry.user_guid,
Expand Down

0 comments on commit ae5e04f

Please sign in to comment.