We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63f156 commit 1a96e77Copy full SHA for 1a96e77
pkg/appStore/deployment/repository/ChartGroupEntry.go
@@ -110,8 +110,7 @@ func (impl *ChartGroupEntriesRepositoryImpl) MarkChartGroupEntriesDeleted(chartG
110
var chartGroupEntries []*ChartGroupEntry
111
_, err := tx.Model(&chartGroupEntries).
112
Where("id in (?)", pg.In(chartGroupId)).
113
- Set("deleted = ", true).
+ Set("deleted = ?", true).
114
Update()
115
return chartGroupEntries, err
116
}
117
-
0 commit comments