Skip to content

Commit

Permalink
fix: change to undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Nov 19, 2023
1 parent 40005e6 commit db19706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/supabase/helpers/tables/logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class Logs extends Super {
// - the comment to post on github (must include diff syntax)
// - the comment to post on the console (must be colorized)

consoleLog(logMessage, metadata || null);
consoleLog(logMessage, metadata || undefined);

if (context && postComment) {
const colorizedCommentMessage = this._diffColorCommentMessage(type, logMessage);
Expand Down

0 comments on commit db19706

Please sign in to comment.