Skip to content

Commit 705a6c1

Browse files
committed
Update API reports
1 parent f934823 commit 705a6c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/api-review/functions.api.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export interface Functions {
1919

2020
// @public
2121
export class FunctionsError extends FirebaseError {
22-
constructor(code: FunctionsErrorCodeCore, message?: string,
22+
constructor(
23+
code: FunctionsErrorCodeCore, message?: string,
2324
details?: unknown);
2425
readonly details?: unknown;
2526
}

0 commit comments

Comments
 (0)