refactor(scanner): removed 69 as an option lol

This commit is contained in:
2026-05-13 20:48:43 -05:00
parent 3e66c3920d
commit e7af3d1182

View File

@@ -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);