mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 18:33:53 +00:00
chore: cleanup directory structure
This commit is contained in:
committed by
Carlos Valente
parent
e6070e6efd
commit
b75b69c3b1
@@ -9,6 +9,8 @@ import { getErrorMessage } from 'ontime-utils';
|
||||
import { Request, Response } from 'express';
|
||||
import { readFileSync } from 'fs';
|
||||
|
||||
import { deleteFile } from '../../utils/fileManagement.js';
|
||||
|
||||
import {
|
||||
revoke,
|
||||
handleClientSecret,
|
||||
@@ -17,8 +19,7 @@ import {
|
||||
download,
|
||||
upload,
|
||||
getWorksheetOptions,
|
||||
} from '../../services/sheet-service/SheetService.js';
|
||||
import { deleteFile } from '../../utils/fileManagement.js';
|
||||
} from './sheets.service.js';
|
||||
|
||||
export async function requestConnection(
|
||||
req: Request,
|
||||
|
||||
Reference in New Issue
Block a user