Skip to content

Commit

Permalink
chore: add debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Dec 20, 2023
1 parent feb2fdd commit 2757329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/engine-backend/router/endUserRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function asEndUser(
viewer: Viewer,
input: {endUserId?: EndUserId | null},
): Viewer<'end_user'> {
console.log('[asEndUser]', viewer, input)
// Figure out a better way to share code here...
if (!('orgId' in viewer) || !viewer.orgId) {
throw new TRPCError({
Expand Down

1 comment on commit 2757329

@vercel
Copy link

@vercel vercel bot commented on 2757329 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

venice – ./

usevenice.vercel.app
venice-venice.vercel.app
venice-git-production-venice.vercel.app
app.venice.is

Please sign in to comment.