Explorar el Código

delete bot

master
jefry hace 4 años
padre
commit
943c18f28c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      util/refreshChat.js

+ 1
- 1
util/refreshChat.js Ver fichero

@@ -38,7 +38,7 @@ const refreshChat = async function (client, sessionsId) {
last_sessionId: client.info.me._serialized,
});
} else {
// console.log("masuk sini", chatsExist.id);
console.log("updating old chat");
let id = chatsExist.id;
strapi.query("chats").update(
{ id },


Cargando…
Cancelar
Guardar