Skip to content

Commit

Permalink
fix: stringify error message
Browse files Browse the repository at this point in the history
  • Loading branch information
makelicious committed Jan 15, 2025
1 parent e8a268b commit 5806040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-seeder/src/locations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,6 @@ export async function seedLocationsForV2Events(token: string) {
console.error(
'Unable to seed locations for v2 events. Ensure events service is running.'
)
console.error(await res.json())
console.error(JSON.stringify(await res.json()))
}
}

0 comments on commit 5806040

Please sign in to comment.