flyzto 3 hónapja
szülő
commit
353dbc1135
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      server/models/GamesPs.js

+ 2 - 2
server/models/GamesPs.js

@@ -912,8 +912,8 @@ const notifyException = (message) => {
   }
   const chat_id = -1003032820471;
   axios.get(`${BASE_API_URL}/telegram/jump`, { params: { chat_id, message } })
-  .then(res => {
-    Logs.out('notifyException', res.data);
+  .then(() => {
+    Logs.out('notifyException', '通知成功');
   })
   .catch(err => {
     Logs.out('notifyException', err.message);