Skip to content

Commit 8e4a446

Browse files
authored
Fix typo (#890)
1 parent f74adaa commit 8e4a446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/https.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ async function checkTokens(
459459
try {
460460
if (!apps().admin.appCheck) {
461461
throw new Error(
462-
'Cannot validate AppCheck token. Please uupdate Firebase Admin SDK to >= v9.8.0'
462+
'Cannot validate AppCheck token. Please update Firebase Admin SDK to >= v9.8.0'
463463
);
464464
}
465465
const appCheckToken = await apps()

0 commit comments

Comments
 (0)