Skip to content

Commit a40b330

Browse files
ImmanuelSegolsangaman
authored andcommitted
feat(cli): stream existing orders by default (#730)
1 parent 85dea6d commit a40b330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/commands/subscribeorders.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const builder = {
1010
existing: {
1111
description: 'should return existing orders',
1212
type: 'boolean',
13-
default: false,
13+
default: true,
1414
},
1515
};
1616

0 commit comments

Comments
 (0)