Skip to content

Commit 5d963b9

Browse files
committed
Included api report
1 parent 5531fbe commit 5d963b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/api-review/data-connect.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export interface ConnectorConfig {
4646

4747
// @public (undocumented)
4848
export class DataConnect {
49-
constructor(app: FirebaseApp, _dataConnectOptions: DataConnectOptions, _authProvider: Provider<FirebaseAuthInternalName>);
49+
constructor(app: FirebaseApp, dataConnectOptions: DataConnectOptions, _authProvider: Provider<FirebaseAuthInternalName>);
5050
// (undocumented)
5151
readonly app: FirebaseApp;
5252
// (undocumented)

0 commit comments

Comments
 (0)