Skip to content

Commit efb87d2

Browse files
committed
fix: mistake #4
1 parent a47cb37 commit efb87d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ func (repo *{{ .RepositoryStructName }}) List(ctx context.Context, req *{{ .Stru
366366
}
367367
368368
for _, f := range built {
369-
q = q.Filter("Indexes =", f)
369+
q = q.Filter("indexes =", f)
370370
}
371371
{{- end }}
372372
subjects := make([]*{{ .StructName }}, 0)

0 commit comments

Comments
 (0)