Skip to content

Commit 28974c2

Browse files
committed
fix(app): typo
Signed-off-by: Eric Hegnes <[email protected]>
1 parent 9cae3c9 commit 28974c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app2/src/lib/transfer/shared/services/filling/create-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const createContext = Effect.fn((
130130
version: args.version,
131131
})
132132

133-
return Batch.make([sendOrder, feeOrder]).pipe(
133+
return Batch.make([sendOrder]).pipe(
134134
Batch.optimize,
135135
)
136136
} else {

0 commit comments

Comments
 (0)