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 ea0a36d commit 1a73d14Copy full SHA for 1a73d14
1 file changed
playground/backend/src/koa.ts
@@ -17,7 +17,7 @@ app.use(async (ctx, next) => {
17
18
hocuspocus.handleConnection(
19
ws,
20
- ctx.request,
+ ctx.req,
21
// additional data (optional)
22
{
23
user_id: 1234,
0 commit comments