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 104c541 commit dc3c5d8
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 @@ -9,6 +9,7 @@ import getNameFromId from '../utils/getIdFromName';
interface UserResponse {
id: number;
username: string;
displayName: string;
description: string;
created: string;
avatar_url: string;
Expand Down

0 comments on commit dc3c5d8

Please sign in to comment.