Skip to content

Commit

Permalink
chore: apply automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 8, 2024
1 parent 9a84617 commit a66c418
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/presets/firebase/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ const firebase = defineNitroPreset(
serverFunctionName &&
serverFunctionName !== genSafeVariableName(serverFunctionName)
) {
throw new Error(`\`firebase.serverFunctionName\` must be a valid JS variable name: \`${serverFunctionName}\``);
throw new Error(
`\`firebase.serverFunctionName\` must be a valid JS variable name: \`${serverFunctionName}\``
);
}

// Replace __firebaseServerFunctionName__ to actual name in entries
Expand Down

0 comments on commit a66c418

Please sign in to comment.