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 6b28610 commit 34368c4Copy full SHA for 34368c4
src/server/index.ts
@@ -8,6 +8,6 @@ import type {MyCtx} from './services/types';
8
9
const app = new RpcApp<MyCtx>({
10
uws: App({}),
11
- caller: createCaller(new Services()),
+ caller: createCaller(new Services()).caller,
12
});
13
app.startWithDefaults();
0 commit comments