We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcdffc commit 02e283dCopy full SHA for 02e283d
src/roles/index.ts
@@ -3,8 +3,8 @@ import { GetUserSelectableRoles } from './domain/useCases/GetUserSelectableRoles
3
4
const rolesRepository = new RolesRepository()
5
6
-const getCurrentAuthenticatedUser = new GetUserSelectableRoles(rolesRepository)
+const getUserSelectableRoles = new GetUserSelectableRoles(rolesRepository)
7
8
-export { getCurrentAuthenticatedUser }
+export { getUserSelectableRoles }
9
10
export { Role } from './domain/models/Role'
0 commit comments