mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
fix: formatted transaction type
This commit is contained in:
@@ -9,5 +9,5 @@ export const getPdfFilesStorageDir = (filename: string) => {
|
||||
|
||||
export const getPdfFilePath = (filename: string) => {
|
||||
const storageDir = getPdfFilesStorageDir(filename);
|
||||
return path.join(global.__static_dirname, storageDir);
|
||||
return path.join(global.__public_dirname, storageDir);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user