Skip to content

Commit

Permalink
Fix build error (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Breen <[email protected]>
  • Loading branch information
cultpodcasts and cultpodcasts committed Mar 29, 2024
1 parent ae4de5e commit 315090f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default {
;
dataPoint.blobs!.push("Leech");
env.Analytics.writeDataPoint(dataPoint);
return new Response(JSON.stringify(leechResponse);
return new Response(JSON.stringify(leechResponse));
}

});
Expand Down

0 comments on commit 315090f

Please sign in to comment.