Fixed build warnings

This commit is contained in:
Isaac Abadi
2022-04-22 22:14:21 -04:00
parent 5a44229e24
commit 63e2e6dd3c
3 changed files with 11 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ export class SkipAdButtonComponent implements OnInit {
getVideoIDHashFromURL(video_id) {
if (!video_id) return null;
return CryptoJS.SHA256(video_id).toString(CryptoJS.enc.Hex);;
return CryptoJS.SHA256(video_id).toString(CryptoJS.enc.Hex);
}
getVideoIDFromURL(url) {