Skip to content

Commit a0b950a

Browse files
AsaiToshiyafiatjaf
authored andcommitted
remove unnecessary id from Omit keys.
1 parent be74115 commit a0b950a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abstract-pool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type SubCloser = { close: () => void }
1616

1717
export type AbstractPoolConstructorOptions = AbstractRelayConstructorOptions & {}
1818

19-
export type SubscribeManyParams = Omit<SubscriptionParams, 'onclose' | 'id'> & {
19+
export type SubscribeManyParams = Omit<SubscriptionParams, 'onclose'> & {
2020
maxWait?: number
2121
onclose?: (reasons: string[]) => void
2222
id?: string

0 commit comments

Comments
 (0)