This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ An optional object which may have the following keys:
75
75
| format | ` String ` | ` 'dag-pb' ` | The codec to use to create the CID |
76
76
| mhtype | ` String ` | ` sha2-256 ` | The hashing algorithm to use to create the CID |
77
77
| mhlen | ` Number ` | | |
78
- | version | ` Number ` | 0 | The version to use to create the CID |
79
- | pin | ` boolean ` | false | If true, pin added blocks recursively |
78
+ | version | ` Number ` | ` 0 ` | The version to use to create the CID |
79
+ | pin | ` boolean ` | ` false ` | If true, pin added blocks recursively |
80
80
| timeout | ` Number ` | ` undefined ` | A timeout in ms |
81
81
| signal | [ AbortSignal] [ ] | ` undefined ` | Can be used to cancel any long running requests started as a result of this call |
82
82
@@ -137,7 +137,7 @@ An optional object which may have the following keys:
137
137
| Name | Type | Default | Description |
138
138
| ---- | ---- | ------- | ----------- |
139
139
| force | ` boolean ` | ` false ` | Ignores nonexistent blocks |
140
- | quiet | ` boolean ` | `false | Write minimal output |
140
+ | quiet | ` boolean ` | ` false ` | Write minimal output |
141
141
| timeout | ` Number ` | ` undefined ` | A timeout in ms |
142
142
| signal | [ AbortSignal] [ ] | ` undefined ` | Can be used to cancel any long running requests started as a result of this call |
143
143
You can’t perform that action at this time.
0 commit comments