fix: update conversation fixtures

This commit is contained in:
yassinedorbozgithub 2025-01-15 08:25:14 +01:00
parent 60677c0435
commit 227630d6c6

View File

@ -58,6 +58,9 @@ const conversations: ConversationCreateDto[] = [
labels: [],
assignedTo: null,
channel: { name: 'messenger-channel' },
avatar: null,
context: {},
assignedAt: new Date(),
},
skip: {},
attempt: 0,
@ -104,6 +107,9 @@ const conversations: ConversationCreateDto[] = [
labels: [],
assignedTo: null,
channel: { name: 'web-channel' },
avatar: null,
context: {},
assignedAt: new Date(),
},
skip: {},
attempt: 0,