mirror of
https://github.com/tale/headplane.git
synced 2026-08-19 09:26:18 +00:00
fix: resolve some type errors
This commit is contained in:
@@ -30,7 +30,7 @@ export async function userAction({
|
||||
case 'rename_user':
|
||||
return renameUser(formData, apiKey, context);
|
||||
case 'reassign_user':
|
||||
return reassignUser(formData, apiKey, context, session);
|
||||
return reassignUser(formData, apiKey, context);
|
||||
default:
|
||||
throw data400('Invalid `action_id` provided.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user