Skip to content

Commit

Permalink
chore: changed create conversation params to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva committed Dec 8, 2023
1 parent 4d3cc6f commit 6696c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/tests/e2e/utils/omnichannel/rooms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const sendMessageToRoom = async (

export const createConversation = async (
api: BaseTest['api'],
{ visitorName, visitorToken, agentId, departmentId }: CreateConversationParams,
{ visitorName, visitorToken, agentId, departmentId }: CreateConversationParams = {},
) => {
const token = visitorToken || faker.string.uuid();

Expand Down

0 comments on commit 6696c26

Please sign in to comment.