Update minify.js

This commit is contained in:
Danko-chan 2022-03-22 12:56:22 +05:30
parent bbebe832c1
commit e6931bd13a
1 changed files with 0 additions and 3 deletions

View File

@ -120,9 +120,6 @@ module.exports.addURLAuthed = async (req, res) => {
minifiedUrl,
createdBy,
}
if (!alias) {
res.send('success alias does not exist');
}
Minfy.create(data)
.then((data) => {