mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 23:19:09 +00:00
refactor: remove double import
This commit is contained in:
committed by
Carlos Valente
parent
f928c1dc95
commit
2d618e0657
@@ -1,4 +1,5 @@
|
|||||||
import { ErrorResponse, Settings } from 'ontime-types';
|
import { ErrorResponse, Settings } from 'ontime-types';
|
||||||
|
import { getErrorMessage, obfuscate } from 'ontime-utils';
|
||||||
|
|
||||||
import { Request, Response } from 'express';
|
import { Request, Response } from 'express';
|
||||||
|
|
||||||
@@ -6,8 +7,6 @@ import { DataProvider } from '../../classes/data-provider/DataProvider.js';
|
|||||||
import { failEmptyObjects } from '../../utils/routerUtils.js';
|
import { failEmptyObjects } from '../../utils/routerUtils.js';
|
||||||
import { extractPin } from '../../services/project-service/ProjectService.js';
|
import { extractPin } from '../../services/project-service/ProjectService.js';
|
||||||
import { isDocker } from '../../setup/index.js';
|
import { isDocker } from '../../setup/index.js';
|
||||||
import { getErrorMessage } from 'ontime-utils';
|
|
||||||
import { obfuscate } from 'ontime-utils';
|
|
||||||
|
|
||||||
export async function getSettings(_req: Request, res: Response<Settings>) {
|
export async function getSettings(_req: Request, res: Response<Settings>) {
|
||||||
const settings = DataProvider.getSettings();
|
const settings = DataProvider.getSettings();
|
||||||
|
|||||||
Reference in New Issue
Block a user