mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
cleanup and fix formatting for utils and packages
This commit is contained in:
@@ -10,7 +10,6 @@ function getCurrentUserId() {
|
||||
return page.props.auth.user.id;
|
||||
}
|
||||
|
||||
|
||||
function getCurrentOrganizationId() {
|
||||
return page.props.auth.user.current_team_id;
|
||||
}
|
||||
@@ -27,8 +26,6 @@ function getCurrentRole() {
|
||||
)?.membership.role;
|
||||
}
|
||||
|
||||
|
||||
|
||||
export {
|
||||
getCurrentOrganizationId,
|
||||
getCurrentUserId,
|
||||
|
||||
Reference in New Issue
Block a user