From ea3d75798847ccc10158d254eaf16331e9f6344a Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 25 Apr 2023 19:44:42 +0200 Subject: [PATCH] Changes in org --- src/createFixedScansForGroup.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/createFixedScansForGroup.js b/src/createFixedScansForGroup.js index 66a82a5..dd76064 100644 --- a/src/createFixedScansForGroup.js +++ b/src/createFixedScansForGroup.js @@ -2,9 +2,9 @@ import { AuthService, OpenAPI, RunnerOrganizationService, RunnerService, RunnerT import * as dotenv from 'dotenv'; dotenv.config() -const groupID = -1; -const orgID = 72; -const distanceMeter = 3000; +const groupID = 79; +const orgID = -1; +const distanceMeter = 3300; OpenAPI.BASE = process.env.BASE_URL; const user = process.env.USER;