From 3b9d3bcd075d4abab2325c70f591c9038379284c Mon Sep 17 00:00:00 2001 From: Pedro Pupo Sa da Costa Date: Mon, 29 Jan 2024 10:36:59 +0000 Subject: [PATCH] style: apply prettier --- .../components/input-autocomplete-learning-objectives.tsx | 2 +- vercel.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/react/containers/src/questions/question-editor/components/input-autocomplete-learning-objectives.tsx b/libs/react/containers/src/questions/question-editor/components/input-autocomplete-learning-objectives.tsx index ee1cb3dc5..e626defe9 100644 --- a/libs/react/containers/src/questions/question-editor/components/input-autocomplete-learning-objectives.tsx +++ b/libs/react/containers/src/questions/question-editor/components/input-autocomplete-learning-objectives.tsx @@ -1,8 +1,8 @@ import { forwardRef, useState } from "react"; import { useRouter } from "next/router"; import { Autocomplete, AutocompleteOption, Typography } from "@mui/joy"; -import type { QuestionBankName } from "@chair-flight/base/types"; import { trpc } from "@chair-flight/trpc/client"; +import type { QuestionBankName } from "@chair-flight/base/types"; export type InputAutocompleteLearningObjectivesProps = { value: string[]; diff --git a/vercel.json b/vercel.json index 7f08c1f3c..0796a70b0 100644 --- a/vercel.json +++ b/vercel.json @@ -16,7 +16,7 @@ "schedule": "*/10 * * * *" }, { - "path": " /modules/type/questions/59o75g", + "path": "/modules/type/questions/59o75g", "schedule": "*/10 * * * *" }, {