mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-13 23:17:02 +03:00
fix unban query hitting limit, use number as type
This commit is contained in:
@@ -296,7 +296,7 @@ describe("shadowBanUser", () => {
|
||||
enabled: true,
|
||||
categories: `["sponsor"]`,
|
||||
unHideOldSubmissions: true,
|
||||
type: "3"
|
||||
type: "bad"
|
||||
}
|
||||
})
|
||||
.then(res => {
|
||||
|
||||
Reference in New Issue
Block a user