Fix post merge conflicts on messaging services
This commit is contained in:
@ -72,7 +72,7 @@ export class MessageChannelMessageAssociationWorkspaceEntity extends BaseWorkspa
|
||||
color: 'blue',
|
||||
},
|
||||
],
|
||||
defaultValue: MessageDirection.INCOMING,
|
||||
defaultValue: `'${MessageDirection.INCOMING}'`,
|
||||
})
|
||||
direction: MessageDirection;
|
||||
|
||||
|
||||
@ -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,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user