Skip to content

Commit

Permalink
Update getUser.ts
Browse files Browse the repository at this point in the history
Signed-off-by: joshuadl12 <hi@dogeflexjosh.tk>
  • Loading branch information
joshuadl12 authored Apr 22, 2023
1 parent fb23b24 commit 905b2f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/funblox/src/user/getUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export default async function getUser(
resolve({
id: basicData.id,
username: basicData.name,
displayName: basicData.displayName,
description: basicData.description,
created: basicData.created,
avatar_url: avatarData.data[0].imageUrl,
Expand Down

0 comments on commit 905b2f0

Please sign in to comment.