Skip to content

Commit

Permalink
chore: add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkaske committed Nov 8, 2024
1 parent 952fcf3 commit d2a4cf0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/api/src/router/monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,11 @@ export const monitorRouter = createTRPCRouter({
.returning()
.get();

console.log({ currentMonitor });
console.log({
currentMonitor,
id: opts.input.id,
workspaceId: opts.ctx.workspace.id,
});

const currentMonitorNotifications = await opts.ctx.db
.select()
Expand Down

0 comments on commit d2a4cf0

Please sign in to comment.