onebeyond/bamboohrbot

View on GitHub
src/constants/defaultMessage.ts

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  type: 'context',
  elements: [
    {
      type: 'mrkdwn',
      text: ':mad-hatter::teapot: *A very Merry Unbirthday to you all!* :mad-hatter::teapot:',
    },
  ],
};