vercel / ai-chatbot

A full-featured, hackable Next.js AI chatbot built by Vercel
https://chat.vercel.ai
Other
5.53k stars 1.63k forks source link

refactor: Update import path for getMissingKeys #320

Closed rudrodip closed 2 months ago

rudrodip commented 2 months ago

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'
vercel[bot] commented 2 months ago

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

A member of the Team first needs to authorize it.

vercel[bot] commented 2 months ago

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