remove hash and extra segment params

This commit is contained in:
Ajay
2022-12-30 15:39:45 -05:00
parent 928eef637a
commit 66c2be6012
6 changed files with 28 additions and 12 deletions

View File

@@ -46,7 +46,6 @@ describe("getSkipSegments", () => {
assert.strictEqual(data[0].votes, 1);
assert.strictEqual(data[0].locked, 0);
assert.strictEqual(data[0].videoDuration, 100);
assert.strictEqual(data[0].userID, "testman");
done();
})
.catch(err => done(err));