You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +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(
|
||||
QUERY,
|
||||
{
|
||||
deviceId: params._splat,
|
||||
deviceId: params._splat || "",
|
||||
userId: viewer.data.viewer.id,
|
||||
},
|
||||
{ fetchOptions: { signal } },
|
||||
|
Reference in New Issue
Block a user