Skip to content

Commit b40871a

Browse files
committed
address documentation comment
1 parent a9b5f39 commit b40871a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

etc/firebase-admin.data-connect.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,4 @@ export interface OperationOptions {
7575
impersonate?: ImpersonateAuthenticated | ImpersonateUnauthenticated;
7676
}
7777

78-
// (No @packageDocumentation comment for this package)
79-
8078
```

src/data-connect/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
1+
/**
2+
* Firebase Data Connect service.
3+
*
4+
* @packageDocumentation
5+
*/
26

37
/*!
48
* @license

0 commit comments

Comments
 (0)