mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Merge branch 'cl/romantic-mendel-5a2c25' into cl/hexclave-pr3
This commit is contained in:
commit
870c5b27c6
@ -71,7 +71,7 @@ export class _StackServerAppImplIncomplete<HasTokenStore extends boolean, Projec
|
||||
});
|
||||
private readonly _serverUserCache = createCache<string[], UsersCrud['Server']['Read'] | null>(async ([userId]) => {
|
||||
const user = await this._interface.getServerUserById(userId);
|
||||
return await Result.or(user, null);
|
||||
return Result.or(user, null);
|
||||
});
|
||||
private readonly _serverTeamsCache = createCache<[
|
||||
userId?: string,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user