Fix error

This commit is contained in:
Ajay
2022-07-29 11:49:08 -04:00
parent da1ed70c66
commit 04eabd5141

View File

@@ -1280,7 +1280,7 @@ describe("postSkipSegments", () => {
});
it("Should return 400 if videoID is empty", (done) => {
const videoID = null as string;
const videoID = null as unknown as string;
postSkipSegmentParam({
videoID,
startTime: 1,