Server fix: Update EnvironmentService import path in File Module. (#4508)

fix: update the import path for environment service inside the file.module.ts file to get the server up again
This commit is contained in:
Abdullah
2024-03-16 00:05:35 +05:00
committed by GitHub
parent cd9f402bc2
commit dc9b84114a

View File

@ -1,6 +1,6 @@
import { Module } from '@nestjs/common';
import { EnvironmentService } from 'src/integrations/environment/environment.service';
import { EnvironmentService } from 'src/engine/integrations/environment/environment.service';
import { FileService } from './services/file.service';
import { FileUploadService } from './services/file-upload.service';