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 authored and Red-Asuka committed May 10, 2024
1 parent 1620a96 commit 6a767fe
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 6a767fe

Please # to comment.