Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed Dec 7, 2023
1 parent 0e6d949 commit 3d0ca3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/pages/api/v1/data/[projectId]/script.js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ export default async function getScriptHandler(

RequestService.storeRequest({
projectId,
type: "GET_CONFIG",
type: "GET_CONFIG_SCRIPT",
durationInMs: duration,
apiVersion: "V1",
}).catch((e) => {
console.error("Unable to store request", e);
});
Expand Down

2 comments on commit 3d0ca3f

@vercel
Copy link

@vercel vercel bot commented on 3d0ca3f Dec 7, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 3d0ca3f Dec 7, 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.