mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(core): Fix push message type inference (#12331)
This commit is contained in:
@@ -520,7 +520,7 @@ export class LoadNodesAndCredentials {
|
||||
loader.reset();
|
||||
await loader.loadAll();
|
||||
await this.postProcessLoaders();
|
||||
push.broadcast('nodeDescriptionUpdated', {});
|
||||
push.broadcast({ type: 'nodeDescriptionUpdated', data: {} });
|
||||
}, 100);
|
||||
|
||||
const toWatch = loader.isLazyLoaded
|
||||
|
||||
Reference in New Issue
Block a user