Skip to content

Commit

Permalink
Ignore addChatItemAction db insert
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomaruKonpaku committed May 18, 2024
1 parent 2c2dbd7 commit bb8b1d9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ export class YoutubeAddChatItemActionHandler extends BaseActionHandler<AddChatIt
getIcons(track: Track): string[] {
return YoutubeChatHandlerUtil.getChatIcons(this.getProcessAction(), track)
}

public async save(): Promise<void> {
// ignore
}
}

0 comments on commit bb8b1d9

Please sign in to comment.