Skip to content

Commit 1cbc328

Browse files
committed
temp: remove observability, cleanup sidebar
1 parent f60524c commit 1cbc328

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+141
-11661
lines changed

apps/api/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const app = new Elysia()
6060
.use(assistant)
6161
.use(exportRoute)
6262
.all("/rpc/*", async ({ request }: { request: Request }) => {
63-
const context = await createRPCContext({ headers: request.headers });
63+
const context = createRPCContext({ headers: request.headers });
6464
const { response } = await rpcHandler.handle(request, {
6565
prefix: "/rpc",
6666
context,

0 commit comments

Comments
 (0)