mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-30 18:06:15 +00:00
chore: fix a few inconsistencies
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Parser from '../index';
|
||||
import { YTNode } from '../helpers';
|
||||
|
||||
export default class WatchCardSectionSequence extends YTNode {
|
||||
class WatchCardSectionSequence extends YTNode {
|
||||
static type = 'WatchCardSectionSequence';
|
||||
|
||||
lists;
|
||||
@@ -10,4 +10,6 @@ export default class WatchCardSectionSequence extends YTNode {
|
||||
super();
|
||||
this.lists = Parser.parseArray(data.lists);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export default WatchCardSectionSequence;
|
||||
Reference in New Issue
Block a user