Skip to content

Commit

Permalink
is it this triggering linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Mar 16, 2024
1 parent 6ffa7f4 commit 074dad9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ export class SessionRecordingIngester {
}

if (err.code === CODES.ERRORS.ERR__REVOKE_PARTITIONS) {
return this.scheduleWork(this.onRevokePartitions(topicPartitions))
return await this.scheduleWork(this.onRevokePartitions(topicPartitions))
}

// We had a "real" error
Expand Down

0 comments on commit 074dad9

Please sign in to comment.