feat(better-stack): add create incident action

This commit is contained in:
Rıdvan Akca
2024-01-16 12:45:00 +03:00
parent 77f84944c7
commit 23c40c89ee
3 changed files with 124 additions and 1 deletions

View File

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