Skip to content

Commit

Permalink
fix: crud-event
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 9, 2024
1 parent da333fc commit 0b65dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
deleteAuthorization(data)
});
} else {
process.on('changed-object', async (data) => {
process.on('crud-event', async (data) => {
updateAuthorization(data)
})
}
Expand Down

0 comments on commit 0b65dd4

Please sign in to comment.