Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| // Alert Contact Type: Web-Hooks | |
| // URL to Notify: https://discordapp.com/api/webhooks/{WEB_HOOK_ID}/{TOKEN}? | |
| // POST Value (JSON Format): | |
| { | |
| "content": "Monitor is *alertTypeFriendlyName*: *monitorFriendlyName* ( *monitorURL* )\n```*alertDetails*```" | |
| } |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| let length = results.length; | |
| let lastStr = ''; | |
| let lastID = ''; | |
| for (let i = 0; i < results.length; i++) { | |
| if (length >= i) { | |
| results.forEach((element, index) => { | |
| if (lastStr === '') { | |
| if (lastID !== index) { |