Skip to content

Commit 34368c4

Browse files
committed
fix(reactive-rpc): 🐛 correct initialization after refactor
1 parent 6b28610 commit 34368c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ import type {MyCtx} from './services/types';
88

99
const app = new RpcApp<MyCtx>({
1010
uws: App({}),
11-
caller: createCaller(new Services()),
11+
caller: createCaller(new Services()).caller,
1212
});
1313
app.startWithDefaults();

0 commit comments

Comments
 (0)