Skip to content

Commit

Permalink
chore: reorder code
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Oct 27, 2024
1 parent aece350 commit 1378124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export interface Profile {
author?: string;
avatar?: string;
bot?: boolean;
officialApp?: boolean;
clanIcon?: string;
clanTag?: string;
officialApp?: boolean;
op?: boolean;
roleColor?: string;
roleIcon?: string;
Expand Down

0 comments on commit 1378124

Please sign in to comment.