浏览代码

delete bot

master
jefry 4 年前
父节点
当前提交
943c18f28c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      util/refreshChat.js

+ 1
- 1
util/refreshChat.js 查看文件

@@ -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 },


正在加载...
取消
保存