Skip to content

Commit

Permalink
chore: fix HideEngagementPanelEndpoint type
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
LuanRT committed Nov 26, 2024
1 parent 2824900 commit 92acd6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parser/classes/endpoints/HideEngagementPanelEndpoint.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { YTNode } from '../../helpers.js';
import type { RawNode } from '../../index.js';

export default class ChangeEngagementPanelVisibilityEndpoint extends YTNode {
static type = 'ChangeEngagementPanelVisibilityEndpoint';
export default class HideEngagementPanelEndpoint extends YTNode {
static type = 'HideEngagementPanelEndpoint';

public panel_identifier: string;

Expand Down

0 comments on commit 92acd6c

Please sign in to comment.