소스 검색

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


불러오는 중...
취소
저장