Fix APIKey typing (#16541)
Following this https://github.com/twentyhq/twenty/pull/16540 Those were not failing (yet) but were wrongly typed and error prone --------- Co-authored-by: Guillim <guillim@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ export class ApiKeyRoleService {
|
||||
});
|
||||
}
|
||||
|
||||
async getRoleIdForApiKey(
|
||||
async getRoleIdForApiKeyId(
|
||||
apiKeyId: string,
|
||||
workspaceId: string,
|
||||
): Promise<string> {
|
||||
|
||||
Reference in New Issue
Block a user