Skip to content

Commit d0ba151

Browse files
committed
remove unneeded comment
1 parent 618d644 commit d0ba151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/util/async_queue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { Code, FirestoreError } from './error';
2020
import * as log from './log';
2121
import { CancelablePromise, Deferred } from './promise';
2222

23-
// eslint-disable-next-line @typescript-eslint/no-explicit-any, Accept any return type from setTimeout(). Accept any return type from setTimeout(). Accept any return type from setTimeout().
23+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, Accept any return type from setTimeout().
2424
type TimerHandle = any;
2525

2626
/**

0 commit comments

Comments
 (0)