-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
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 |
@@ -2,7 +2,6 @@ import { NextResponse } from "next/server"; | |||
import validateParams from "../../../../../utils/api/validateParams"; | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated perhaps: Should we remove this?
Description
We were not tracking this!
Type of change
Notes
Acceptance