mirror of
https://github.com/colanode/colanode.git
synced 2025-12-28 16:06:37 +01:00
Rename 'nodes' into 'entries'
This commit is contained in:
@@ -163,8 +163,6 @@ const deleteChildren = async (
|
||||
// }
|
||||
|
||||
for (const entry of descendants) {
|
||||
logger.trace(`Publishing entry deleted event for ${entry.id}`);
|
||||
|
||||
eventBus.publish({
|
||||
type: 'entry_deleted',
|
||||
entryId: entry.id,
|
||||
|
||||
Reference in New Issue
Block a user