mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 15:41:18 +02:00
run gofmt
This commit is contained in:
@@ -175,7 +175,7 @@ func (app *BaseApp) expandRecords(records []*Record, expandPath string, fetchFun
|
||||
}
|
||||
}
|
||||
}
|
||||
existsSet = nil
|
||||
existsSet = nil //nolint:ineffassign
|
||||
|
||||
// fetch rels
|
||||
rels, relsErr := fetchFunc(relCollection, relIds)
|
||||
|
||||
Reference in New Issue
Block a user