forked from baron/baron-sso
누락 locale 키 추가 및 린트 정리
This commit is contained in:
@@ -607,9 +607,12 @@ export async function cancelDeveloperRequestApproval(
|
||||
}
|
||||
|
||||
export async function fetchDeveloperGrants(tenantId?: string) {
|
||||
const { data } = await apiClient.get<DeveloperGrant[]>("/dev/developer-grants", {
|
||||
params: { tenantId },
|
||||
});
|
||||
const { data } = await apiClient.get<DeveloperGrant[]>(
|
||||
"/dev/developer-grants",
|
||||
{
|
||||
params: { tenantId },
|
||||
},
|
||||
);
|
||||
return data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user