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:
parent
1a70024a98
commit
7a69e920d4
1 changed files with 1 additions and 1 deletions
|
@ -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 +
|
||||||
'/' +
|
'/' +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue