💄 backend: fix compiler issue and e2e pg connector (#525)

This commit is contained in:
Eric Doughty-Papassideris
2024-07-10 12:10:40 +02:00
committed by ericlinagora
parent 92aad866d5
commit e628c68229
2 changed files with 22 additions and 7 deletions
@@ -59,8 +59,6 @@ import archiver from "archiver";
import internal from "stream";
import config from "config";
import { randomUUID } from "crypto";
import { MultipartFile } from "@fastify/multipart";
import { UploadOptions } from "../../files/types";
export class DocumentsService {
version: "1";