Skip to content

Commit

Permalink
remove crashing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendevos committed Apr 10, 2024
1 parent 6d9c138 commit 82e6881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template_files/generated_sort.gotpl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ import (
for _, cursorValue := range boilergql.CursorStringToValues(cursor) {
column, value := {{ .BoilerModel.Name }}SortValueFromCursorValue(cursorValue)
if column != "" && value != nil {
columns = append(columns, column)
columns = append(columns, "{{ .BoilerModel.TableName }}."+column)
values = append(values, value)
}
}
Expand Down

0 comments on commit 82e6881

Please sign in to comment.