refactor: clean up imports and enhance error logging in user workspace and team invitations actions

This commit is contained in:
Danel Kungla
2025-07-08 18:34:21 +03:00
parent 29ff8cb512
commit 4f36f9c037
5 changed files with 41 additions and 33 deletions

View File

@@ -35,13 +35,13 @@ async function workspaceLoader() {
accountsPromise(),
workspacePromise,
requireUserInServerComponent(),
tempAccountsPromise()
tempAccountsPromise(),
]);
return {
accounts,
workspace,
user,
tempVisibleAccounts
tempVisibleAccounts,
};
}