mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
feat: Track storage usage
This commit is contained in:
@@ -44,7 +44,7 @@ class LocalFileManager {
|
||||
}
|
||||
|
||||
// eslint-disable-next-line class-methods-use-this
|
||||
async getSizeInBytes(filePathSegment) {
|
||||
async getSize(filePathSegment) {
|
||||
let result;
|
||||
try {
|
||||
result = await fs.promises.stat(buildPath(filePathSegment));
|
||||
|
||||
Reference in New Issue
Block a user