fix unban query hitting limit, use number as type

This commit is contained in:
Michael C
2023-02-25 00:04:15 -05:00
parent d76ee7cd22
commit 8495a9d6c0
3 changed files with 20 additions and 36 deletions

View File

@@ -296,7 +296,7 @@ describe("shadowBanUser", () => {
enabled: true,
categories: `["sponsor"]`,
unHideOldSubmissions: true,
type: "3"
type: "bad"
}
})
.then(res => {