You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Fix type error post Tanstack Router upgrade
This commit is contained in:
@ -57,7 +57,7 @@ export const Route = createFileRoute("/devices/$")({
|
|||||||
const result = await context.client.query(
|
const result = await context.client.query(
|
||||||
QUERY,
|
QUERY,
|
||||||
{
|
{
|
||||||
deviceId: params._splat,
|
deviceId: params._splat || "",
|
||||||
userId: viewer.data.viewer.id,
|
userId: viewer.data.viewer.id,
|
||||||
},
|
},
|
||||||
{ fetchOptions: { signal } },
|
{ fetchOptions: { signal } },
|
||||||
|
Reference in New Issue
Block a user