Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Apr 20, 2024
1 parent 299a89f commit e25535e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const sendFileMessage = async (
files,
attachments,
...msgData,
...msgData?.customFields && { customFields: JSON.parse(msgData.customFields) },
...(msgData?.customFields && { customFields: JSON.parse(msgData.customFields) }),
msg: msgData?.msg ?? '',
groupable: msgData?.groupable ?? false,
});
Expand Down

0 comments on commit e25535e

Please sign in to comment.