Skip to content

Commit d0b6f80

Browse files
committed
use app-exp as the service name in functions
1 parent 812c8ec commit d0b6f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/functions-exp/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const factory: InstanceFactory<'functions'> = (
3232
region?: string
3333
) => {
3434
// Dependencies
35-
const app = container.getProvider('app').getImmediate();
35+
const app = container.getProvider('app-exp').getImmediate();
3636
const authProvider = container.getProvider('auth-internal');
3737
const messagingProvider = container.getProvider('messaging');
3838

0 commit comments

Comments
 (0)