Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 42f19c3

Browse files
committed
prettier ignore
1 parent 167fcb1 commit 42f19c3

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

src/index.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,28 @@ const percentiles = Object.entries(SparkMinerRsrSummaries).flatMap(
196196
</div>
197197
198198
```js
199+
// prettier-ignore
199200
const mapping = {
200-
'HTTP 5xx': [/^HTTP_5/, /^ERROR_5/, 'BAD_GATEWAY', 'GATEWAY_TIMEOUT'],
201-
'Graphsync timeout': ['LASSIE_504'],
202-
'Graphsync error': [/^LASSIE_(?!504)/],
203-
'IPNI no advertisement': ['IPNI_ERROR_404', 'IPNI_NO_VALID_ADVERTISEMENT'],
204-
'IPNI error': [/^IPNI_ERROR_/],
205-
Other: [
201+
'HTTP 5xx': [
202+
/^HTTP_5/,
203+
/^ERROR_5/,
204+
'BAD_GATEWAY',
205+
'GATEWAY_TIMEOUT'
206+
],
207+
'Graphsync timeout': [
208+
'LASSIE_504'
209+
],
210+
'Graphsync error': [
211+
/^LASSIE_(?!504)/
212+
],
213+
'IPNI no advertisement': [
214+
'IPNI_ERROR_404',
215+
'IPNI_NO_VALID_ADVERTISEMENT',
216+
],
217+
'IPNI error': [
218+
/^IPNI_ERROR_/
219+
],
220+
'Other': [
206221
'CANNOT_PARSE_CAR_FILE',
207222
'CAR_TOO_LARGE',
208223
'UNKNOWN_FETCH_ERROR',

0 commit comments

Comments
 (0)