mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[AuthorGen] Just use prop, template literal no longer needed
This commit is contained in:
parent
abdad45d2d
commit
65c93cd135
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export default async (id) => {
|
|||
return { // Use semi-minified keys as to avoid size
|
||||
i: id, // id
|
||||
|
||||
n: `${user.username}`, // name
|
||||
n: user.username, // name
|
||||
|
||||
a: user.avatar // avatar
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue