mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
found bug
This commit is contained in:
parent
60cdcb4b0d
commit
09591858de
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ proc createUpdateRoutes*() =
|
||||||
# rename file in db
|
# rename file in db
|
||||||
file.path = newPath
|
file.path = newPath
|
||||||
file.name = newName
|
file.name = newName
|
||||||
db.update(file)
|
db.update(file) #! bug: file is being removed from db?
|
||||||
|
|
||||||
var fileInfo: string
|
var fileInfo: string
|
||||||
with fileInfo:
|
with fileInfo:
|
||||||
|
|
Loading…
Add table
Reference in a new issue