Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 6426c82

Browse files
committed
Fixing linter
1 parent b23254d commit 6426c82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform/ingest/processor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,6 @@ func (ip *SqlLowerer) shouldAlterColumns(table *database_common.Table, attrsMap
627627
return false, nil
628628
}
629629

630-
631630
func generateInsertJson(nonSchemaFields []NonSchemaField, onlySchemaFields types.JSON) (string, error) {
632631
result := convertNonSchemaFieldsToMap(nonSchemaFields)
633632

0 commit comments

Comments
 (0)