We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752b875 commit dd63f89Copy full SHA for dd63f89
repositories/chart.go
@@ -69,7 +69,7 @@ func (r *chartRepository) GetMaxRowID(appId string) (int64, error) {
69
if result.RowsAffected == 0 {
70
return 1, nil
71
}
72
- if err := result.Error, err != nil {
+ if err := result.Error; err != nil {
73
return 0, err
74
75
0 commit comments