mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 14:37:17 +03:00
add tests
This commit is contained in:
@@ -11,7 +11,7 @@ interface lockArray {
|
||||
reason: string
|
||||
}
|
||||
|
||||
export async function getLockCategories(req: Request, res: Response): Promise<Response> {
|
||||
export async function getLockReason(req: Request, res: Response): Promise<Response> {
|
||||
const videoID = req.query.videoID as VideoID;
|
||||
let categories: Category[] = [];
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user