Skip to content

Commit

Permalink
fix: loops tracking failure
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Nov 6, 2024
1 parent 4146f1e commit 39ff228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/lib/services/loops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function trackLoopsEvent({
data = {}
}: LoopsEvent) {
try {
const response = await fetch('https://app.loops.so/v1/events/send', {
const response = await fetch('https://app.loops.so/api/v1/events/send', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit 39ff228

Please sign in to comment.