Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Oct 23, 2024
1 parent da7a050 commit bb33695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/promise/createBatchScheduler.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ErrorType } from '../../errors/utils.js'
import { withResolvers } from './withResolvers.js'
import { type PromiseWithResolvers, withResolvers } from './withResolvers.js'

type Resolved<returnType extends readonly unknown[] = any> = [
result: returnType[number],
Expand Down

0 comments on commit bb33695

Please sign in to comment.