give myself something to do tomorrow
Matchmaking base
This commit is contained in:
@@ -36,7 +36,7 @@ route.router.post("/create",
|
||||
value: await newAcc.export(),
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
);
|
||||
|
||||
route.router.get("/bulk",
|
||||
@@ -59,11 +59,7 @@ route.router.get("/bulk",
|
||||
);
|
||||
return;
|
||||
} else {
|
||||
rs.json(
|
||||
[await Profile.getExportAccount(id)].filter((val) =>
|
||||
val !== null
|
||||
),
|
||||
);
|
||||
rs.json([await Profile.getExportAccount(id)].filter((val) => val !== null));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user