fix: AI caught my typo, RIP
This commit is contained in:
@ -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,
|
||||
{
|
||||
|
Reference in New Issue
Block a user