mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-20 01:14:08 -05:00
idz: Prettier compliance
This commit is contained in:
committed by
da5669c09fdb0a288ba01e259a609d7779ac7fc9
parent
04dac7279e
commit
f7ceb6bcda
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user