Skip to content

Commit

Permalink
fix(cli): exclude delimiter in OmitSubscribeOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed May 10, 2024
1 parent bd63b1d commit eb3fc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ declare global {

type OmitSubscribeOptions = Omit<
SubscribeOptions,
'format' | 'outputMode' | 'protobufPath' | 'protobufMessageName' | 'debug' | 'fileWrite' | 'fileSave'
'format' | 'outputMode' | 'protobufPath' | 'protobufMessageName' | 'debug' | 'fileWrite' | 'fileSave' | 'delimiter'
>

interface BenchSubscribeOptions extends OmitSubscribeOptions {
Expand Down

0 comments on commit eb3fc5b

Please sign in to comment.