refactor(scanner): removed 69 as an option lol
This commit is contained in:
@@ -8,7 +8,7 @@ import { apiReturn } from "../utils/returnHelper.utils.js";
|
||||
const r = Router();
|
||||
|
||||
// scanners that are dedicated to specific users.
|
||||
const SPECIAL_SCANNERS = [69, 98];
|
||||
const SPECIAL_SCANNERS = [98];
|
||||
|
||||
const buildAllowedScannerIds = (scannerCount: number) => {
|
||||
const generatedIds = Array.from({ length: scannerCount }, (_, i) => i + 1);
|
||||
|
||||
Reference in New Issue
Block a user