mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
user files view count fix
This commit is contained in:
@@ -105,7 +105,7 @@ function setup(data: SubmoduleData): void {
|
|||||||
const dir = x[2]
|
const dir = x[2]
|
||||||
const fname = x.pop()
|
const fname = x.pop()
|
||||||
const dataFilePath =
|
const dataFilePath =
|
||||||
paths.userFilesDir +
|
publicDir +
|
||||||
'/' +
|
'/' +
|
||||||
dir +
|
dir +
|
||||||
'/' +
|
'/' +
|
||||||
|
Reference in New Issue
Block a user