mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(core): Ensure nodes post-processors run in the correct order (#7500)
Fixes #7497
This commit is contained in:
committed by
GitHub
parent
c47d27dd6d
commit
6f45298d3d
@@ -46,6 +46,9 @@ export class FrontendService {
|
||||
private readonly mailer: UserManagementMailer,
|
||||
private readonly instanceSettings: InstanceSettings,
|
||||
) {
|
||||
loadNodesAndCredentials.addPostProcessor(async () => this.generateTypes());
|
||||
void this.generateTypes();
|
||||
|
||||
this.initSettings();
|
||||
|
||||
if (config.getEnv('nodes.communityPackages.enabled')) {
|
||||
|
||||
Reference in New Issue
Block a user