Skip to content

Commit

Permalink
Test desktop trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ikoenigsknecht committed Apr 26, 2024
1 parent fdd7cfe commit e7362d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop/src/utils/functions/exportMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const exportChats = async (channelName: string, channelMessages: Messages

// This function is exported just to test it
export const channelMessagesToText = (channelMessages: MessagesDailyGroups) => {
console.log('ISLA TEST')
return Object.keys(channelMessages)
.map(day =>
channelMessages[day]
Expand Down

0 comments on commit e7362d5

Please sign in to comment.