Skip to content

Commit

Permalink
Missing access token
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 22, 2024
1 parent 073297f commit ac4516e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/worker/jobs/scrapeSMWS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { isTRPCClientError } from "@peated/server/trpc/client";
import { type z } from "zod";

export default async function scrapeSMWS() {
const apiClient = new ApiClient();
const apiClient = new ApiClient({ accessToken: process.env.ACCESS_TOKEN });

await scrapeBottles(
`https://api.smws.com/api/v1/bottles?store_id=uk&parent_id=61&page=1&sortBy=featured&minPrice=0&maxPrice=0&perPage=128`,
Expand Down

0 comments on commit ac4516e

Please sign in to comment.