Skip to content

Commit

Permalink
logging for testing :pf:
Browse files Browse the repository at this point in the history
  • Loading branch information
radioblahaj authored Sep 7, 2024
1 parent 2990190 commit 251acf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/invite-user.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ async function inviteGuestToSlack({ email, channels, _customMessage }) {
method: 'POST',
body: data,
}).then((r) => {
console.log(r)
metrics.increment('events.flow.invitetoslack', 1)
r.json()
})
}


async function inviteUser({
email,
ip,
Expand Down

0 comments on commit 251acf8

Please sign in to comment.