Skip to content

Commit

Permalink
reorder fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Feb 12, 2024
1 parent 5aa33de commit d9115c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/logic/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ export class ApiClass {
member.level = memberInfo.level;
member.last_active = memberInfo.last_active;
member.daily_activity = memberInfo.daily_activity;
member.daily_meta_progress = memberInfo.daily_meta_progress;
member.event_rank = memberInfo.event_rank;
member.daily_meta_progress = memberInfo.daily_meta_progress;
member.starbase_activity = memberInfo.starbase_activity;
}
}
Expand Down

0 comments on commit d9115c4

Please sign in to comment.