mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Typescript fix
This commit is contained in:
parent
2be76d2ae5
commit
860d5c5e59
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ function setup(data: SubmoduleData): void {
|
||||||
}
|
}
|
||||||
|
|
||||||
utils
|
utils
|
||||||
.uploadFile(req, userFilesDir + '/' + safeDir, true)
|
.uploadFile(req, userFilesDir + '/' + safeDir)
|
||||||
.then((body) => {
|
.then((body) => {
|
||||||
logger.Log(
|
logger.Log(
|
||||||
`Successfull upload ${body.filePath}`,
|
`Successfull upload ${body.filePath}`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue