zahmis 5 سال پیش
والد
کامیت
3e2940da69
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

@@ -17,7 +17,7 @@ const CustomBotWithoutProxySettings = (props) => {
   const [testChannel, setTestChannel] = useState('');
 
   const addLogs = (log) => {
-    const newLog = `${log.code} ${log.message}\n\n`;
+    const newLog = `${new Date()} - ${log.code}, ${log.message}\n\n`;
     if (connectionMessage == null) {
       return setConnectionMessage(newLog);
     }