Skip to content

Commit

Permalink
Import From Tables
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtyson123 committed Oct 25, 2023
1 parent da4231c commit 2f2b14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/api/plants/json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default async function handler(
let plantData = convertTableDataToPlantData(spreadSheetJSON.data)
plantData = macronsForDisplay(plantData);

return response.status(200).json({ data: plantData, apiData: spreadSheetJSON.data });
return response.status(200).json({ data: plantData });

default:
// If the operation is not found, return an error
Expand Down

1 comment on commit 2f2b14c

@vercel
Copy link

@vercel vercel bot commented on 2f2b14c Oct 25, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.