Add loyalty points to progress stats
cgen-fde222ff92c1463b921ae6199bbb6345
This commit is contained in:
parent
d9d9e97025
commit
f2f9ad0d52
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ export default async function handler(
|
||||||
const progressStats = {
|
const progressStats = {
|
||||||
level: 100,
|
level: 100,
|
||||||
total_xp: 99000,
|
total_xp: 99000,
|
||||||
|
loyalty_points: 99000,
|
||||||
current_streak: 365,
|
current_streak: 365,
|
||||||
longest_streak: 365,
|
longest_streak: 365,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue