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

Commit e90b8f1

Browse files
SgtPookiachingbrain
andauthoredApr 5, 2022
fix: BWOptions.interval accepts number|string (#4061)
fix #3985 Co-authored-by: achingbrain <alex@achingbrain.net>
1 parent 6c3cb73 commit e90b8f1

File tree

1 file changed

+1
-1
lines changed
  • packages/ipfs-core-types/src/stats

1 file changed

+1
-1
lines changed
 

‎packages/ipfs-core-types/src/stats/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface BWOptions extends AbortOptions {
1616
peer?: string
1717
proto?: string
1818
poll?: boolean
19-
interval?: number
19+
interval?: number | string
2020
}
2121

2222
export interface BWResult {

0 commit comments

Comments
 (0)
This repository has been archived.