linting fix

This commit is contained in:
2025-09-29 12:01:53 -06:00
parent 2e474cb43a
commit e7e244222e
2 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ export const uploadToCanvasPart1 = async (
const response = await rateLimitAwarePost<{
upload_url: string;
upload_params: string;
upload_params: { [key: string]: string };
}>(url, formData);
const upload_url = response.data.upload_url;