Додана сторінка "Розклад зібрань"
Перероблен генератор карточок територій APІ
This commit is contained in:
@@ -272,11 +272,11 @@ class StandService {
|
||||
console.error(err.message);
|
||||
return res(false);
|
||||
}
|
||||
// Notification.sendStand({
|
||||
// title: "Додан новий день служіння",
|
||||
// body: `Стенд «${stand.title}» поповнився, встигніть записатися.`,
|
||||
// page: `/stand/card/${stand.id}`
|
||||
// });
|
||||
Notification.sendStand({
|
||||
title: "Додан новий день служіння",
|
||||
body: `Стенд «${stand.title}» поповнився, встигніть записатися.`,
|
||||
page: `/stand/card/${stand.id}`
|
||||
});
|
||||
|
||||
res({ status: "ok", inserted: list.length });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user