mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 20:12:12 +00:00
format: remove unnecessary async keyword
This commit is contained in:
@@ -23,7 +23,7 @@ class Livechat extends EventEmitter {
|
||||
}
|
||||
|
||||
enqueueActionGroup(group) {
|
||||
group.forEach(async (action) => {
|
||||
group.forEach((action) => {
|
||||
if (!action.addChatItemAction) return; //TODO: handle different action types
|
||||
const message_content = action.addChatItemAction.item.liveChatTextMessageRenderer;
|
||||
if (!message_content) return;
|
||||
|
||||
Reference in New Issue
Block a user