You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-07-16 10:44:16 +02:00
updated dependencies and golangci-lint to v2
This commit is contained in:
@ -653,7 +653,7 @@ func (w *writer) Close() error {
|
||||
|
||||
// Always delete the temp file. On success, it will have been renamed so
|
||||
// the Remove will fail.
|
||||
tempname := w.File.Name()
|
||||
tempname := w.Name()
|
||||
defer os.Remove(tempname)
|
||||
|
||||
// Check if the write was cancelled.
|
||||
|
Reference in New Issue
Block a user