Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterReinert authored Jan 15, 2025
1 parent 189052c commit abb5688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/artemis/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const PM = new ProcessManager.QueryProcessManager<string, Record<string,
// 429: too many requests, we already freeze for 10s above so. not much more we can do
return null;
}
Monitor.crashlog(e, 'A Perspective API request', { request: JSON.stringify(requestData) });
Monitor.crashlog(e, 'A Perspective API request', {request: JSON.stringify(requestData)});
return null;
}
}
Expand Down

0 comments on commit abb5688

Please sign in to comment.