zahmis 4 лет назад
Родитель
Сommit
2449ee1d2b

+ 0 - 1
src/client/js/components/Admin/SlackIntegration/slak-integration-util.js

@@ -11,7 +11,6 @@ const addLogs = (log, newLogMessage, newLogCode = undefined) => {
   if (log == null) {
     return newLog;
   }
-
   return `${newLog}${log}`;
 };