We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89613e commit 1aa2abeCopy full SHA for 1aa2abe
README.md
@@ -17,9 +17,10 @@ SpaceCat Task Processor is a Node.js service that processes messages from the AW
17
18
## Project Structure
19
- `src/` - Main source code
20
- - `audit-status-processor/handler.js`
21
- - `demo-url-processor/handler.js`
22
- - `disable-import-audit-processor/handler.js`
+ - `tasks/demo-url-processor/handler.js`
+ - `tasks/disable-import-audit-processor/handler.js`
+ - `tasks/opportunity-status-processor/handler.js`
23
+ - `utils/slack-utils.js`
24
- `index.js` - Main entry point and handler dispatcher
25
- `test/` - Test files
26
0 commit comments