mirror of
https://github.com/rowyio/rowy.git
synced 2026-05-18 05:05:28 +02:00
@@ -80,8 +80,8 @@ const extensionBodyTemplate = {
|
||||
path: ref.path
|
||||
},
|
||||
change: {
|
||||
before: change.before.get(),
|
||||
after: change.after.get(),
|
||||
before: change.before.data(),
|
||||
after: change.after.data(),
|
||||
},
|
||||
// Add your own payload here
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user