pipedream
pipedream copied to clipboard
Bugfix - Monday.com
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| pipedream-docs | ✅ Ready (Inspect) | Visit Preview | Aug 3, 2022 at 1:30PM (UTC) |
| pipedream-docs-redirect-do-not-edit | ✅ Ready (Inspect) | Visit Preview | Aug 3, 2022 at 1:30PM (UTC) |
Thanks for submitting this PR! When we review PRs, we follow the Pipedream component guidelines. If you're not familiar, here's a quick checklist:
- [x] Create components to address specific use cases whenever possible
- [x] Component
keys should follow the formatapp_name_slug-slugified-component-name - [x] Components should follow the standard directory structure
- [x] Prefer Node.js client libraries to REST APIs
- [x] When making API requests, handle pagination to ensure all data / events are processed
- [x] Use
secretprops to capture sensitive data - [x] Props and methods should be defined in app files whenever possible
- [x] Document methods with JS Docs
- [x] Use
optionalprops whenever possible, and set adefaultvalue where you can - [x] Use async options to accept user input wherever possible
/approve