mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 15:37:07 +03:00
Add a minimum size to userID when submitting
This commit is contained in:
@@ -252,7 +252,7 @@ describe('getSegmentsByHash', () => {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
body: JSON.stringify({
|
||||
userID: "test",
|
||||
userID: "test-qwertyuiopasdfghjklzxcvbnm",
|
||||
videoID: testID,
|
||||
segments: [{
|
||||
segment: [13, 17],
|
||||
|
||||
Reference in New Issue
Block a user