This commit is contained in:
IrosTheBeggar 2021-02-02 19:25:02 -05:00
parent 6e4354d220
commit 6271f7546e

View File

@ -128,4 +128,4 @@ exports.setup = (mstream) => {
res.status(500).json({ error: typeof err === 'string' ? err : 'Unknown Error' });
}
});
}W
}