mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
fix(backend): 🐛 Fix CI/CD Linting Failures
This commit is contained in:
parent
abb0b84e22
commit
d1a7ec3b95
15 changed files with 48 additions and 37 deletions
|
@ -1,6 +1,6 @@
|
|||
import { BaseCRUDAPI } from "./_base";
|
||||
import { Recipe } from "~/types/api-types/admin";
|
||||
import { CreateRecipe } from "~/types/api-types/recipe";
|
||||
import { Recipe , CreateRecipe } from "~/types/api-types/recipe";
|
||||
|
||||
|
||||
const prefix = "/api";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue