We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f0d45 commit a8a9927Copy full SHA for a8a9927
src/packages/emmett/src/commandHandling/handleCommand.ts
@@ -114,6 +114,7 @@ export const CommandHandler =
114
evolve,
115
initialState,
116
read: {
117
+ ...(handleOptions ? handleOptions : {}),
118
// expected stream version is passed to fail fast
119
// if stream is in the wrong state
120
expectedStreamVersion:
0 commit comments