Skip to content

Commit

Permalink
fix: use correct endpoint for library (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkellyBG authored Jun 22, 2024
1 parent 41f1517 commit 214aa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcal/src/libraryScraper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const runScrapeJob = async () => {
};

await axios.post(
`${HASURAGRES_URL}/batch-insert`,
`${HASURAGRES_URL}/batch_insert`,
[
{
metadata: {
Expand Down

0 comments on commit 214aa69

Please sign in to comment.