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