Skip to content

Commit dd63f89

Browse files
authored
chore: bugfixes
1 parent 752b875 commit dd63f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repositories/chart.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func (r *chartRepository) GetMaxRowID(appId string) (int64, error) {
6969
if result.RowsAffected == 0 {
7070
return 1, nil
7171
}
72-
if err := result.Error, err != nil {
72+
if err := result.Error; err != nil {
7373
return 0, err
7474
}
7575

0 commit comments

Comments
 (0)