Skip to content

Remove redundant import alias in itineraries.ts#5

Draft
Copilot wants to merge 3 commits into
newlaptopfrom
copilot/sub-pr-1-yet-again
Draft

Remove redundant import alias in itineraries.ts#5
Copilot wants to merge 3 commits into
newlaptopfrom
copilot/sub-pr-1-yet-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 5, 2025

Addresses code review feedback to simplify redundant import alias Itineraries as Itineraries.

Changes

  • Simplified import statement in packages/server/src/routes/itineraries.ts
// Before
import ItinerariesSvc, {
  Itineraries as Itineraries,
} from "../services/itinerary-svc";

// After
import ItinerariesSvc, { Itineraries } from "../services/itinerary-svc";

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits December 5, 2025 20:04
Co-authored-by: colterpurcell <76139300+colterpurcell@users.noreply.github.com>
Co-authored-by: colterpurcell <76139300+colterpurcell@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP address feedback on Finish MVU PR Remove redundant import alias in itineraries.ts Dec 5, 2025
Copilot AI requested a review from colterpurcell December 5, 2025 20:08
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.

2 participants