mirror of
https://github.com/djhackersdev/minime.git
synced 2026-07-19 00:31:30 -05:00
idz: Prettier compliance
This commit is contained in:
parent
34ca9bc997
commit
0d39147f26
|
|
@ -27,7 +27,13 @@ export async function createProfile(
|
|||
};
|
||||
|
||||
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 unlocks: Unlocks = {
|
||||
auras: 1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user