eslint ignore

This commit is contained in:
Samuel Newman
2025-06-10 21:09:49 +03:00
committed by Eric Bailey
parent 0b197609fb
commit fcc5ced9fc
2 changed files with 2 additions and 1 deletions
@@ -1,3 +1,4 @@
/* eslint-disable no-labels */
import {AppBskyUnspeccedDefs, type ModerationOpts} from '@atproto/api' import {AppBskyUnspeccedDefs, type ModerationOpts} from '@atproto/api'
import { import {
+1 -1
View File
@@ -198,7 +198,7 @@ export type TraversalMetadata = {
* "seen" on first load. Use `repliesIndexCount` for the total number of * "seen" on first load. Use `repliesIndexCount` for the total number of
* replies that were hydrated in the response. * replies that were hydrated in the response.
* *
* After traverssal, we can use this to calculate if we actually got all the * After traversal, we can use this to calculate if we actually got all the
* replies we expected, or if some were blocked, etc. * replies we expected, or if some were blocked, etc.
*/ */
repliesSeenCount: number repliesSeenCount: number