Skip to content

Commit 8ef39c9

Browse files
committed
Fix lint
Signed-off-by: hfuss <hayden.fuss@kaleido.io>
1 parent c5a60bd commit 8ef39c9

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/dbsql/postgres_helpers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ func BuildPostgreSQLOptimizedUpsert(ctx context.Context, table string, idColumn
4444
}
4545
return insert.Suffix(fmt.Sprintf("ON CONFLICT (%s) DO UPDATE", idColumn)).SuffixExpr(sq.Expr(updateSQL, updateValues...)).Suffix("RETURNING " + returnCol), nil
4646
}
47-

pkg/dbsql/postgres_helpers_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ func TestBuildPostgreSQLOptimizedUpsertFail(t *testing.T) {
6060
assert.Regexp(t, "FF00247", err)
6161

6262
}
63-

0 commit comments

Comments
 (0)