Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Update import path for getMissingKeys #320

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

rudrodip
Copy link
Contributor

The import path for the getMissingKeys function was updated from '../actions' to '@/app/actions' to align with the project's import conventions and improve code clarity.

resolves issue #319

before:

import { getMissingKeys } from '../actions'

after:

import { getMissingKeys } from '@/app/actions'

The import path for the getMissingKeys function was updated from
'../actions' to '@/app/actions' to align with the project's import
conventions and improve code clarity.
Copy link

vercel bot commented Apr 29, 2024

@rudrodip is attempting to deploy a commit to the Uncurated Tests Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented May 2, 2024

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

Name Status Preview Comments Updated (UTC)
ai-chatbot-rces 🛑 Canceled (Inspect) May 2, 2024 4:09am

@vercel vercel bot temporarily deployed to Preview – ai-chatbot-rces May 2, 2024 04:09 Inactive
Copy link
Member

@leerob leerob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@leerob leerob merged commit b5995c3 into vercel:main May 2, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants