feat(better-stack): add acknowledge incident action

This commit is contained in:
Rıdvan Akca
2023-12-07 17:06:04 +03:00
parent 8a8be21d56
commit 77f84944c7
6 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import acknowledgeIncident from './acknowledge-incident/index.js';
export default [acknowledgeIncident];