fix: AI caught my typo, RIP

This commit is contained in:
Kevin
2025-07-02 12:36:38 -05:00
parent d3aa09a20b
commit 23e609443b

View File

@ -7,7 +7,7 @@ export async function sendTelemetry(
feedback: Models['MlFeedback_type'],
token?: string
): Promise<void> {
const url = withAPIBaseURL(`/user/text-to-cad/${id}/?feedback=${feedback}`)
const url = withAPIBaseURL(`/user/text-to-cad/${id}?feedback=${feedback}`)
await crossPlatformFetch(
url,
{