Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedal987 committed Jun 15, 2024
2 parents 065bbd9 + e20dfb4 commit 27eee0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/src/util/stringify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function stringify(logMessage: LogMessage, isFromBackend: boolean) {

if (logMessage.important) data += "<@183249892712513536>\n";

data += `${logMessage.userIdInsecure} | ${logMessage.transactionToken} | ${isFromBackend ? "Backend" : "Extension"}`;
data += `${logMessage.userIdInsecure} | ${logMessage.transactionToken} | ${isFromBackend ? "Backend" : "Extension"}\n`;

for (const field of logMessage.fields) {
if (field.content) {
Expand Down

0 comments on commit 27eee0f

Please sign in to comment.