mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
linting fix
This commit is contained in:
@@ -9,7 +9,6 @@ import {
|
||||
QuestionType,
|
||||
} from "@/features/local/quizzes/models/localQuizQuestion";
|
||||
import { LocalCourseSettings } from "@/features/local/course/localCourseSettings";
|
||||
import { axiosClient } from "@/services/axiosUtils";
|
||||
import { markdownToHTMLSafe } from "@/services/htmlMarkdownUtils";
|
||||
import { escapeMatchingText } from "@/services/utils/questionHtmlUtils";
|
||||
import { rateLimitAwareDelete, rateLimitAwarePost } from "./canvasWebRequestUtils";
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user