From 251ed74bbaa334eaf48f773e2b01e0d2f7b16da1 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Thu, 16 Feb 2023 07:15:52 -0300 Subject: [PATCH] chore(ChannelAgeGate): fix node type channelAgeGate ---> ChannelAgeGate --- src/parser/classes/ChannelAgeGate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser/classes/ChannelAgeGate.ts b/src/parser/classes/ChannelAgeGate.ts index 9cf0a558..ef8056ca 100644 --- a/src/parser/classes/ChannelAgeGate.ts +++ b/src/parser/classes/ChannelAgeGate.ts @@ -7,7 +7,7 @@ import { YTNode } from '../helpers.js'; import type { RawNode } from '../index.js'; class ChannelAgeGate extends YTNode { - static type = 'channelAgeGate'; + static type = 'ChannelAgeGate'; channel_title: string; avatar: Thumbnail[];