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 9cae3c9 commit 28974c2Copy full SHA for 28974c2
app2/src/lib/transfer/shared/services/filling/create-context.ts
@@ -130,7 +130,7 @@ export const createContext = Effect.fn((
130
version: args.version,
131
})
132
133
- return Batch.make([sendOrder, feeOrder]).pipe(
+ return Batch.make([sendOrder]).pipe(
134
Batch.optimize,
135
)
136
} else {
0 commit comments