Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Jun 19, 2023
1 parent c6f2e86 commit 1148d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ws.message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class WsMessage {
}
}
private processingImage(message: any) {
const { content = "", id, attachments, flags } = message;
const { content, id, attachments, flags } = message;
if (!content) {
return;
}
Expand Down

0 comments on commit 1148d1d

Please sign in to comment.