Skip to content

Commit 8380a1e

Browse files
committed
🐛 fix(recurring-events): remove extraneous log character
1 parent 45b9e85 commit 8380a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/sync/services/sync/compass.sync.processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class CompassSyncProcessor {
120120

121121
const transition = parser.getTransitionString();
122122

123-
logger.info(`Handle Compass event(${eventId}): ${transition}}`);
123+
logger.info(`Handle Compass event(${eventId}): ${transition}`);
124124

125125
switch (transition) {
126126
case "NIL->>STANDALONE_SOMEDAY_CONFIRMED":

0 commit comments

Comments
 (0)