mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
fix types
This commit is contained in:
parent
d2413f3de1
commit
7f78755a53
@ -183,9 +183,11 @@ export class _StackAdminAppImplIncomplete<HasTokenStore extends boolean, Project
|
||||
async getProductionModeErrors() {
|
||||
return getProductionModeErrors(data);
|
||||
},
|
||||
// IF_PLATFORM react-like
|
||||
useProductionModeErrors() {
|
||||
return getProductionModeErrors(data);
|
||||
},
|
||||
// END_PLATFORM
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user