starred content

This commit is contained in:
muerwre 2019-03-21 17:58:38 +07:00
parent a920217959
commit baa41f707d
19 changed files with 159 additions and 22 deletions

View file

@ -27,7 +27,7 @@ module.exports = async (req, res) => {
if (exists && !force) return res.send({ success: false, mode: 'overwriting' });
if (exists) {
exists.set({
await exists.set({
title, route, stickers, logo, distance, updated_at: Date.now(), provider, is_public,
}).save();