Skip to content

Commit

Permalink
fix(lark): add break in switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Seidko authored Sep 1, 2023
1 parent 7a60002 commit d366e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapters/lark/src/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export class LarkMessageEncoder extends MessageEncoder<LarkBot> {
break
case 'br':
this.content += '\n'
break
case 'sharp':
// platform does not support sharp
break
Expand Down

0 comments on commit d366e86

Please sign in to comment.