Skip to content

Commit

Permalink
return client email
Browse files Browse the repository at this point in the history
  • Loading branch information
engelhartrueben committed Aug 16, 2024
1 parent 6cf0a64 commit b7d1f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/middleware/render-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default function renderIndex(html, css, assetMap) {
() => {
if (canGoogleImport) {
try {
JSON.parse(process.env.GOOGLE_SECRET).client_email
return JSON.parse(process.env.GOOGLE_SECRET).client_email
} catch (err) {
console.error((`
Google API failed to load client email.
Expand Down

0 comments on commit b7d1f6e

Please sign in to comment.