Skip to content

Commit

Permalink
✅ corrected to createUser in the createUserProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
ejim11 committed Feb 3, 2025
1 parent fd86463 commit e830821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/users/providers/users.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class UsersService {
* @param createUserDto
* @returns the create user
*/
public async create(createUserDto: CreateUserDto) {
public async createUser(createUserDto: CreateUserDto) {
return await this.createUserProvider.createUser(createUserDto);
}

Expand Down

0 comments on commit e830821

Please sign in to comment.