refactor: more common name
This commit is contained in:
parent
cc6b2d578f
commit
2c36844d34
3 changed files with 8 additions and 7 deletions
|
@ -159,7 +159,7 @@ export class UserRepository extends Repository<User> {
|
|||
if (user.avatarUrl) {
|
||||
return user.avatarUrl;
|
||||
} else {
|
||||
return `${config.url}/random-avatar/${user.id}`;
|
||||
return `${config.url}/identicon/${user.id}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue