Skip to content

Commit

Permalink
feat(tjs): add log line to bisect where failure is
Browse files Browse the repository at this point in the history
  • Loading branch information
jbranchaud authored and kodiakhq[bot] committed Mar 13, 2024
1 parent 27f3dbc commit a98bbf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/skill-api/src/server/send-server-email.ts
Expand Up @@ -93,6 +93,8 @@ export async function sendServerEmail({
(provider) => provider.id === 'email',
)

console.log('%%% about to sendVerificationRequest %%%')

await sendVerificationRequest({
identifier: email,
url,
Expand Down

0 comments on commit a98bbf3

Please sign in to comment.