Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Feature/unauthorized tracking #309

Merged
merged 4 commits into from
Sep 22, 2023
Merged

Conversation

EstebanDalelR
Copy link
Member

Description

We were not tracking this!

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Chore: cleanup/renaming, etc
  • RFC

Notes

Acceptance

@vercel
Copy link

vercel bot commented Sep 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
watermelon ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 21, 2023 2:35pm

@watermelon-copilot-for-code-review
Copy link

watermelon-copilot-for-code-review bot commented Sep 21, 2023

WatermelonAI Summary

The 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 PRs

Click here to login to Jira
Click here to login to Confluence
Slack Threads deactivated by EstebanDalelR

Notion Pages

Linear Tickets

Click here to login to Asana
watermelon is an open repo and Watermelon will serve it for free.
🍉🫶

@@ -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({
Copy link
Collaborator

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants