Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: BWOptions.interval accepts number|string (#4061)
Browse files Browse the repository at this point in the history
fix #3985

Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
SgtPooki and achingbrain committed Apr 5, 2022
1 parent 6c3cb73 commit e90b8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ipfs-core-types/src/stats/index.ts
Expand Up @@ -16,7 +16,7 @@ export interface BWOptions extends AbortOptions {
peer?: string
proto?: string
poll?: boolean
interval?: number
interval?: number | string
}

export interface BWResult {
Expand Down

0 comments on commit e90b8f1

Please sign in to comment.