mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
chore: fix typo
This commit is contained in:
@@ -13,7 +13,7 @@ class LikeButton {
|
||||
this.like_status = data.likeStatus;
|
||||
this.likes_allowed = data.likesAllowed;
|
||||
|
||||
data.serviceEndpoints? &&
|
||||
data.serviceEndpoints &&
|
||||
(this.endpoints = data.serviceEndpoints?.map((endpoint) => new NavigationEndpoint(endpoint)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user