mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-12 13:42:38 +00:00
uberf-10550: fix types
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
parent
1c0c1a667b
commit
540d94ff42
@ -1273,7 +1273,7 @@ export async function getLoginInfoByToken (
|
||||
db: AccountDB,
|
||||
branding: Branding | null,
|
||||
token: string,
|
||||
params: unknown,
|
||||
params?: unknown,
|
||||
meta?: Meta
|
||||
): Promise<LoginInfo | WorkspaceLoginInfo> {
|
||||
let accountUuid: AccountUuid
|
||||
|
Loading…
Reference in New Issue
Block a user