diff --git a/backend/src/controllers/TicketController.ts b/backend/src/controllers/TicketController.ts index 1dddfa6..2ed0f0d 100644 --- a/backend/src/controllers/TicketController.ts +++ b/backend/src/controllers/TicketController.ts @@ -106,10 +106,7 @@ export const update = async ( const { farewellMessage } = whatsapp; if (farewellMessage) { - await SendWhatsAppMessage({ - body: farewellMessage, - ticket - }); + await SendWhatsAppMessage({ body: farewellMessage, ticket }); } } diff --git a/backend/src/libs/wbot.ts b/backend/src/libs/wbot.ts index 44f02d5..d53f236 100644 --- a/backend/src/libs/wbot.ts +++ b/backend/src/libs/wbot.ts @@ -138,7 +138,7 @@ export const initWbot = async (whatsapp: Whatsapp): Promise => { resolve(wbot); }); } catch (err) { - logger.error(err); + logger.error(`${err}`); } }); }; @@ -160,6 +160,6 @@ export const removeWbot = (whatsappId: number): void => { sessions.splice(sessionIndex, 1); } } catch (err) { - logger.error(err); + logger.error(`${err}`); } }; diff --git a/backend/src/services/WbotServices/StartWhatsAppSession.ts b/backend/src/services/WbotServices/StartWhatsAppSession.ts index f9e006c..3b7370b 100644 --- a/backend/src/services/WbotServices/StartWhatsAppSession.ts +++ b/backend/src/services/WbotServices/StartWhatsAppSession.ts @@ -20,10 +20,9 @@ export const StartWhatsAppSession = async ( const wbot = await initWbot(whatsapp); wbotMessageListener(wbot); wbotMonitor(wbot, whatsapp); - } catch (err) { - - console.error(err ) - logger.error(err); + } catch (err) { + + logger.error(`${err}`); } }; diff --git a/frontend/public/android-chrome-192x192.png b/frontend/public/android-chrome-192x192.png index ceef74f..b0f6459 100644 Binary files a/frontend/public/android-chrome-192x192.png and b/frontend/public/android-chrome-192x192.png differ diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png index 758b8c8..615d4f7 100644 Binary files a/frontend/public/apple-touch-icon.png and b/frontend/public/apple-touch-icon.png differ diff --git a/frontend/public/favicon-16x16.png b/frontend/public/favicon-16x16.png index 1de1e2e..95b2b86 100644 Binary files a/frontend/public/favicon-16x16.png and b/frontend/public/favicon-16x16.png differ diff --git a/frontend/public/favicon-32x32.png b/frontend/public/favicon-32x32.png index 1c174e6..7c4667c 100644 Binary files a/frontend/public/favicon-32x32.png and b/frontend/public/favicon-32x32.png differ diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico index d58ccc4..63fd82f 100644 Binary files a/frontend/public/favicon.ico and b/frontend/public/favicon.ico differ diff --git a/frontend/public/index.html b/frontend/public/index.html index e3e354c..3089fed 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -1,18 +1,18 @@ - GrupoHit + OmniHit - - + + - - + + diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 6797c46..9fce8bc 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "GrupoHit", - "name": "GrupoHit", + "short_name": "OmniHit", + "name": "OmniHit", "icons": [ { "src": "favicon.ico", diff --git a/frontend/src/components/TicketActionButtons/index.js b/frontend/src/components/TicketActionButtons/index.js index 9cf58de..c466fb0 100644 --- a/frontend/src/components/TicketActionButtons/index.js +++ b/frontend/src/components/TicketActionButtons/index.js @@ -82,6 +82,7 @@ const TicketActionButtons = ({ ticket }) => { > {i18n.t("messagesList.header.buttons.return")} + { > {i18n.t("messagesList.header.buttons.resolve")} + diff --git a/frontend/src/layout/index.js b/frontend/src/layout/index.js index eef346d..ab304ba 100644 --- a/frontend/src/layout/index.js +++ b/frontend/src/layout/index.js @@ -220,7 +220,7 @@ const LoggedInLayout = ({ children }) => { className={classes.title} > - BETAGROUP + OMNIHIT {user.id && } diff --git a/frontend/src/pages/Login/index.js b/frontend/src/pages/Login/index.js index 377650a..dd372f6 100644 --- a/frontend/src/pages/Login/index.js +++ b/frontend/src/pages/Login/index.js @@ -143,7 +143,7 @@ const Login = () => { component={RouterLink} to="/signup" > - {i18n.t("login.buttons.register")} + {/* {i18n.t("login.buttons.register")} */}