Skip to content

Commit

Permalink
Fixed sonarcloud issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucaspains committed Nov 20, 2023
1 parent 9b09d03 commit 83954bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/recipe/[id]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ import { RecipeViewModel } from "../recipeViewModel";
import Modal from "../../../components/Modal.vue";
import TimePicker from "../../../components/TimePicker.vue";
import { notify } from "notiwind";
import { getImpliedTimeFromString } from "../../../helpers/timeHelpers";
import { getImpliedTimeFromString, secondsToString } from "../../../helpers/timeHelpers";
import { IngredientDisplay, InstructionDisplay, prepareIngredientDisplay, prepareStepDisplay, applyMultiplierToString } from "../../../helpers/multiplierHelpers";
import NoSleep from "nosleep.js";
import { fileSave } from "browser-fs-access";
import { useTranslation } from "i18next-vue";
import ImageGallery from "../../../components/ImageGallery.vue";
import { RecipeImage } from "../../../services/recipe";
import i18next from "i18next";
import { secondsToString } from "../../../helpers/timeHelpers";
const route = useRoute();
const router = useRouter();
Expand Down

0 comments on commit 83954bb

Please sign in to comment.