We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8c074 commit dfe98bcCopy full SHA for dfe98bc
apps/meteor/ee/server/startup/federation.ts
@@ -54,7 +54,7 @@ export const startFederationService = async (): Promise<void> => {
54
}
55
});
56
57
- setupFederationMatrix();
+ await setupFederationMatrix();
58
59
settings.watchMultiple(
60
[
0 commit comments