Skip to content

Commit

Permalink
Make Minimal Function Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Aug 9, 2024
1 parent c01f227 commit 568924c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ exports.beforecreated = beforeUserCreated(
throw new https.HttpsError("failed-precondition", "User document does not exist or contains incorrect invitation code.");
}

logger.info(`User Creation Permitted`);
logger.info("User Creation Permitted");
} catch (error) {
logger.error(`Error processing request: ${error.message}`);
if (!error.code) {
Expand Down

0 comments on commit 568924c

Please sign in to comment.