mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04:00
fix(backend): 🐛 Fix CI/CD Linting Failures
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user