chore: cleanup directory structure

This commit is contained in:
Carlos Valente
2025-11-02 13:06:33 +01:00
committed by Carlos Valente
parent e6070e6efd
commit b75b69c3b1
5 changed files with 11 additions and 8 deletions
@@ -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,