Conversation
…ermelontools/watermelon into fix/broken-deactivation-text
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WatermelonAI SummaryThe first commit removes unused imports, indicating that the code is being cleaned up to improve performance and maintainability. The second commit adds an unauthorized response, suggesting that a new feature is being implemented to handle unauthorized access to certain resources. The third commit merges a branch related to fixing a broken deactivation text, indicating that there was a bug in the deactivation functionality that is being addressed. The fourth commit removes an extra bracket, implying a small fix to correct a syntax error. Overall, this pull request seems to be introducing a new feature for tracking unauthorized access and addressing some bugs and code cleanup. GitHub PRsClick here to login to Jira Notion PagesLinear TicketsClick here to login to Asana |
| import Airtable from "airtable"; | ||
| import { missingParamsResponse } from "../../../../../utils/api/responses"; | ||
| import { missingParamsPosthogTracking } from "../../../../../utils/api/posthogTracking"; | ||
| Airtable.configure({ |
There was a problem hiding this comment.
Unrelated perhaps: Should we remove this?
Description
We were not tracking this!
Type of change
Notes
Acceptance