diff --git a/backend/mobile/availableScanIds.route.ts b/backend/mobile/availableScanIds.route.ts index 34fd126..48c601f 100644 --- a/backend/mobile/availableScanIds.route.ts +++ b/backend/mobile/availableScanIds.route.ts @@ -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);