idz: Prettier compliance
This commit is contained in:
@@ -27,7 +27,13 @@ export async function createProfile(
|
|||||||
};
|
};
|
||||||
|
|
||||||
const missions: MissionState = { team: [], solo: [] };
|
const missions: MissionState = { team: [], solo: [] };
|
||||||
const settings: Settings = { music: 0, pack: 13640, aura: 0, paperCup: 0, gauges: 5 };
|
const settings: Settings = {
|
||||||
|
music: 0,
|
||||||
|
pack: 13640,
|
||||||
|
aura: 0,
|
||||||
|
paperCup: 0,
|
||||||
|
gauges: 5,
|
||||||
|
};
|
||||||
const story: Story = { x: 0, y: 0, rows: [] };
|
const story: Story = { x: 0, y: 0, rows: [] };
|
||||||
const unlocks: Unlocks = {
|
const unlocks: Unlocks = {
|
||||||
auras: 1,
|
auras: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user