Skip to content

Commit aa06ddc

Browse files
committed
fix(ts-sdk): remove unused variable
Signed-off-by: Eric Hegnes <[email protected]>
1 parent 60a5212 commit aa06ddc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ts-sdk/src/PriceOracle.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,3 @@ export class PriceOracleExecutor
467467
}),
468468
)
469469
}
470-
471-
const program = Effect.gen(function*() {
472-
const a = yield* PriceOracle
473-
return yield* a.of(void 0 as unknown as any)
474-
}).pipe(
475-
Effect.provide(PriceOracleExecutor.Default),
476-
)

0 commit comments

Comments
 (0)