Fix post merge conflicts on messaging services

This commit is contained in:
Charles Bochet
2024-08-27 19:30:25 +02:00
parent e6a55f270b
commit 8dd772aee2
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ export class MessageChannelMessageAssociationWorkspaceEntity extends BaseWorkspa
color: 'blue',
},
],
defaultValue: MessageDirection.INCOMING,
defaultValue: `'${MessageDirection.INCOMING}'`,
})
direction: MessageDirection;

View File

@ -55,7 +55,7 @@ export class MessagingOngoingStaleJob {
`Sync for message channel ${messageChannel.id} and workspace ${workspaceId} is stale. Setting sync stage to MESSAGES_IMPORT_PENDING`,
);
await this.messagingChannelSyncStatusService.resetSyncStageStartedAt(
await this.messageChannelSyncStatusService.resetSyncStageStartedAt(
messageChannel.id,
);