Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add logs

+5 -1
+5 -1
packages/api/src/router/monitor.ts
··· 337 337 .returning() 338 338 .get(); 339 339 340 - console.log({ currentMonitor }); 340 + console.log({ 341 + currentMonitor, 342 + id: opts.input.id, 343 + workspaceId: opts.ctx.workspace.id, 344 + }); 341 345 342 346 const currentMonitorNotifications = await opts.ctx.db 343 347 .select()