Skip to content

Commit 9da69bc

Browse files
committed
Fix error introduced in data connect revert
1 parent e6b6625 commit 9da69bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-connect/src/api/DataConnect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class DataConnect {
151151
}
152152
if (this._appCheckProvider) {
153153
this._appCheckTokenProvider = new AppCheckTokenProvider(
154-
this.app.name,
154+
this.app,
155155
this._appCheckProvider
156156
);
157157
}

0 commit comments

Comments
 (0)