Skip to content

Commit

Permalink
Update member.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
XDKRGL authored Feb 4, 2024
1 parent 11536e0 commit 8759c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/services/member/member.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export class MemberService {
* @param firstName string of the first name
* @param lastName string of the last name
* @param chatdefault string of the chatdefault
* Must retain updateName here for first time home firstname/lastname addition
* Must retain updateName here for first time home creation firstname/lastname addition
*/
public async updateName(memberId: number, firstName: string, lastName: string): Promise<void> {
await this.memberRepository.update(memberId, {
Expand Down

0 comments on commit 8759c90

Please sign in to comment.