[AuthorGen] Just use prop, template literal no longer needed

This commit is contained in:
Ducko 2021-07-01 22:15:13 +01:00 committed by Alyxia Sother
parent abdad45d2d
commit 65c93cd135
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 1 additions and 1 deletions

View File

@ -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
}