Skip to content

Commit

Permalink
more orbponder work
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerwalker committed Sep 22, 2024
1 parent 097d9fd commit 3188369
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/startPonderingOrbs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ const httpTrigger: AzureFunction = async function (context: Context, req: HttpRe
userId: req.headers.userid,
group: 'orbMessages'
})
context.log('Set up action to add user to group')
context.log('connection', connection)

context.res = { body: connection }
context.done()
}

export default httpTrigger
export default httpTrigger

0 comments on commit 3188369

Please sign in to comment.