TimetableAPI-Upgrade #64
@ -7,7 +7,7 @@ const db = require("../services/dbAccess.services");
|
|||||||
|
|
||||||
import { logger } from "../utils/logger.utils";
|
import { logger } from "../utils/logger.utils";
|
||||||
|
|
||||||
import { transform as staffStationTransform } from "../utils/translators/ldb/staffStation";
|
import { transform as staffStationTransform } from "../utils/processors/ldb/staffStation";
|
||||||
import { msgCodes } from "../configs/errorCodes.configs";
|
import { msgCodes } from "../configs/errorCodes.configs";
|
||||||
|
|
||||||
const ldbKey = process.env.OWL_LDB_KEY;
|
const ldbKey = process.env.OWL_LDB_KEY;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import {
|
import {
|
||||||
transform,
|
transform,
|
||||||
calculateLength,
|
calculateLength,
|
||||||
} from "../../../../src/utils/translators/ldb/staffStation";
|
} from "../../../../src/utils/processors/ldb/staffStation";
|
||||||
|
|
||||||
import { inputs } from "./stationInputs";
|
import { inputs } from "./stationInputs";
|
||||||
import { outputs } from "./stationOutputs";
|
import { outputs } from "./stationOutputs";
|
||||||
|
Loading…
Reference in New Issue
Block a user