diff --git a/src/constants.ts b/src/constants.ts index 8d1f6e3..5aff732 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -6,7 +6,7 @@ export const EXPIRED_TRIGGER_ID_ERROR_MESSAGE = 'D’oh! It looks like I took too much time to respond for Slack, could you retry your command? :homer-donut:'; export const EXPIRED_TRIGGER_ID_SLACK_ERROR = 'expired_trigger_id'; export const GENERIC_ERROR_MESSAGE = - "D'oh! Something went wrong :homer-stressed: You will probably find more information on the error on ."; + "D'oh! Something went wrong :homer-stressed:"; export const GITLAB_URL = getEnvVariable('GITLAB_URL'); export const HOMER_GITLAB_URL = `${GITLAB_URL}/tools/homer`; export const HTTP_STATUS_NO_CONTENT = 204; diff --git a/src/home/buildAppHomeView.ts b/src/home/buildAppHomeView.ts index 4e96884..0bcb357 100644 --- a/src/home/buildAppHomeView.ts +++ b/src/home/buildAppHomeView.ts @@ -22,8 +22,6 @@ If you want to better know me, here are some useful links: :gitlab: <${HOMER_GITLAB_URL}|Gitlab project> :books: <${HOMER_GITLAB_URL}/-/blob/master/README.md|Documentation> :bug: <${HOMER_GITLAB_URL}/-/issues|Issues> -:datadog: -:datadog: `, }, },