Skip to content

Commit ab5a0fa

Browse files
committed
Fix
1 parent d90914f commit ab5a0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/api/credentials.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ export class FirstPartyToken implements Token {
422422
),
423423
'unexpected gapi interface'
424424
);
425-
return this.gapi['auth']['getAuthHeaderValueForFirstParty']([]);
425+
return this.gapi!['auth']['getAuthHeaderValueForFirstParty']([]);
426426
}
427427
}
428428

0 commit comments

Comments
 (0)