mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
modify method name
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ export class User {
|
||||
this.firstDayOfWeek = firstDayOfWeek;
|
||||
}
|
||||
|
||||
public from(user: User | UserBasicInfo | UserProfileResponse): void {
|
||||
public fillFrom(user: User | UserBasicInfo | UserProfileResponse): void {
|
||||
this.username = user.username;
|
||||
this.email = user.email;
|
||||
this.nickname = user.nickname;
|
||||
|
||||
Reference in New Issue
Block a user