mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-09-13 02:55:13 -05:00
Removed log
This commit is contained in:
@@ -93,8 +93,6 @@ router.post('/', multer().none(), async function (req, res) {
|
||||
const paramPack = util.decodeParamPack(req.headers["x-nintendo-parampack"]);
|
||||
let parent_community = await database.getCommunityByTitleIDs(paramPack.title_id);
|
||||
if(!parent_community) res.sendStatus(404);
|
||||
|
||||
console.log(req.body);
|
||||
|
||||
let num_communities = await COMMUNITY.count();
|
||||
let new_community = new COMMUNITY({
|
||||
|
||||
Reference in New Issue
Block a user