Skip to content

Commit

Permalink
chore: nit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta committed Mar 20, 2024
1 parent a7d2dc0 commit adce418
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flow/connectors/clickhouse/qrep_avro_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ func (s *ClickhouseAvroSyncMethod) SyncQRepRecords(

creds, err := s.connector.credsProvider.Provider.Retrieve(ctx)
if err != nil {
// TODO what to return here?
return -1, err
return 0, err
}

avroFileUrl := fmt.Sprintf("https://%s.s3.%s.amazonaws.com/%s", s3o.Bucket,
Expand Down

0 comments on commit adce418

Please sign in to comment.