mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 13:37:01 +03:00
Fix error
This commit is contained in:
@@ -1280,7 +1280,7 @@ describe("postSkipSegments", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("Should return 400 if videoID is empty", (done) => {
|
it("Should return 400 if videoID is empty", (done) => {
|
||||||
const videoID = null as string;
|
const videoID = null as unknown as string;
|
||||||
postSkipSegmentParam({
|
postSkipSegmentParam({
|
||||||
videoID,
|
videoID,
|
||||||
startTime: 1,
|
startTime: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user