Skip to content

Commit 9941afb

Browse files
committed
fix: fix linting error
1 parent e9adfff commit 9941afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default function init({ app, mappings, host, claimsCheck, proxyOptions, v
118118
const errorMessage = `No Firebase access token was passed as a Bearer token in the Authorization header.
119119
Make sure you authorize your request by providing the following HTTP header:
120120
Authorization: Bearer <Firebase Access Token>`;
121-
error(errorMessage);
121+
logger.error(errorMessage);
122122

123123
return response.status(403).send(errorMessage);
124124
}

0 commit comments

Comments
 (0)