-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi all,
I am wondering would this allow me to watch for for a changes (Event Handlers section) and trigger something?
I've setup simple query which works just fine, but event has never been triggered when data in DB is changed
userService.on('updated', ({ doc, prevDoc }) => { console.log("Here we go, change!")});
Would this supposed to work if I update any record?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels