Closed austeane closed 3 months ago
Update POST function in src/routes/api/drills/+server.js to handle single string inputs for skills_focused_on and positions_focused_on.
POST
src/routes/api/drills/+server.js
skills_focused_on
positions_focused_on
For more details, open the Copilot Workspace session.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Update
POST
function insrc/routes/api/drills/+server.js
to handle single string inputs forskills_focused_on
andpositions_focused_on
.skills_focused_on
is a string and convert it to an array of length one.positions_focused_on
is a string and convert it to an array of length one.For more details, open the Copilot Workspace session.