Fixed the spacing

This commit is contained in:
VampireKitten 2024-10-15 16:17:49 +02:00
parent 7bf2c4900b
commit 806aad2714

View File

@ -26,7 +26,7 @@ export const focusController: RequestHandler = async (req, res) => {
ItemCount: -1 ItemCount: -1
} satisfies IMiscItem } satisfies IMiscItem
]); ]);
break; break;
} }
} }
await inventory.save(); await inventory.save();