ref: files e2e test
This commit is contained in:
@@ -461,8 +461,8 @@ export class FileServiceImpl {
|
||||
}
|
||||
}
|
||||
}
|
||||
function getFilePath(entity: File): string {
|
||||
export const getFilePath = (entity: File): string => {
|
||||
return `${gr.platformServices.storage.getHomeDir()}/files/${entity.company_id}/${
|
||||
entity.user_id || "anonymous"
|
||||
}/${entity.id}`;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user