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'], feedback: Models['MlFeedback_type'],
token?: string token?: string
): Promise<void> { ): Promise<void> {
const url = withAPIBaseURL(`/user/text-to-cad/${id}/?feedback=${feedback}`) const url = withAPIBaseURL(`/user/text-to-cad/${id}?feedback=${feedback}`)
await crossPlatformFetch( await crossPlatformFetch(
url, url,
{ {