mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-13 18:10:51 +02:00
fixed err variable name
This commit is contained in:
@@ -329,7 +329,7 @@ func (z *zipWriter) close() error {
|
||||
}
|
||||
|
||||
if z.f != nil {
|
||||
wErr = z.f.Close()
|
||||
fErr = z.f.Close()
|
||||
}
|
||||
|
||||
return errors.Join(wErr, fErr)
|
||||
|
||||
Reference in New Issue
Block a user