fix (backend): syntax
This commit is contained in:
parent
27fe0cd1e2
commit
7a809495db
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ func cleanDir(dirname string) {
|
|||
return
|
||||
}
|
||||
|
||||
for f := range files {
|
||||
for _, f := range files {
|
||||
name := f.Name()
|
||||
id, err := strconv.ParseUint(name, 10, 64)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue