Make google auth optional on server side (#508)
* Make google auth optional on server side * fix lint * Fix according to review
This commit is contained in:
@ -25,7 +25,7 @@ export class FileService {
|
||||
}
|
||||
|
||||
private async getLocalFileStream(folderPath: string, filename: string) {
|
||||
const storageLocation = this.environmentService.getStorageLocation();
|
||||
const storageLocation = this.environmentService.getStorageLocalPath();
|
||||
|
||||
const filePath = join(
|
||||
process.cwd(),
|
||||
|
||||
Reference in New Issue
Block a user