Skip to content

Commit

Permalink
dix develop-mode check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed May 22, 2023
1 parent ad6d056 commit caf4b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/aws/firehose/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (u *firehoseUploader) Upload(ctx context.Context, records []*usage.PodInfo)
}

// send records[i:j] to Amazon Kinesis Data Firehose, if not in develop-mode
if developMode {
if !developMode {
input := &firehose.PutRecordBatchInput{
DeliveryStreamName: aws.String(u.stream),
Records: batch,
Expand Down

0 comments on commit caf4b0d

Please sign in to comment.