| 10 | import { v4 } from 'uuid'; |
| 11 | |
| 12 | interface CreateAuthParams { |
| 13 | email: string; |
| 14 | password: string; |
| 15 | } |
| 16 | |
| 17 | export default class UsersService { |
| 18 | static async updateUserRole({ |
nothing calls this directly
no outgoing calls
no test coverage detected