We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e233dd6 commit f8e430aCopy full SHA for f8e430a
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