Compare commits
2 Commits
b0fcf6e144
...
c6174c1b99
| Author | SHA1 | Date | |
|---|---|---|---|
| c6174c1b99 | |||
| 78f0cac214 |
2
app.js
2
app.js
@@ -50,7 +50,7 @@ app.use(handleError);
|
||||
|
||||
// Saat pesan diterima
|
||||
mqttClient.on('message', (topic, message) => {
|
||||
console.log(`Received message on topic "${topic}":`, message.toString());
|
||||
// console.log(`Received message on topic "${topic}":`, message.toString());
|
||||
notifikasiWaService.onNotification(topic, message);
|
||||
notifikasiWaService.onNotificationReminder(topic, message);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user