Skip to content

Commit

Permalink
Update src/helpers/web.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov authored Oct 20, 2023
1 parent e74396a commit 8b38a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { sleep } from './util'

const maxRetries = 4
const baseBackoffDelayMs = 1000 // Adjust this value based on your needs.
export const userAgent: string = 'codecov-uploader/' + version
export const userAgent: string = `codecov-uploader/${version}`

/**
*
Expand Down

0 comments on commit 8b38a6d

Please sign in to comment.