We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d29044 commit 3961443Copy full SHA for 3961443
1 file changed
pkg/dbsql/crud.go
@@ -279,7 +279,7 @@ func (c *CrudBase[T]) idFilter(id string) sq.Eq {
279
filter[c.idField()] = id
280
}
281
if c.ScopedFilter != nil {
282
- //copy the fields from the scoped filter without modifying the original
+ // copy the fields from the scoped filter without modifying the original
283
for k, v := range c.ScopedFilter() {
284
filter[k] = v
285
0 commit comments