auto formatting

This commit is contained in:
2023-04-19 22:25:38 +02:00
parent 1f8979cee8
commit 5bcd588b0f
5 changed files with 29 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ export async function getRegion(req: express.Request, res: express.Response, nex
const regionData = regionsService.getRegion(region);
if(!regionData) {
if (!regionData) {
return next();
}