Skip to content

Commit f8e430a

Browse files
committed
await setup
1 parent e233dd6 commit f8e430a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/meteor/ee/server/startup/federation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const startFederationService = async (): Promise<void> => {
5454
}
5555
});
5656

57-
setupFederationMatrix();
57+
await setupFederationMatrix();
5858

5959
settings.watchMultiple(
6060
[

0 commit comments

Comments
 (0)