fix: pre-commit autoupdate && pre-commit run --all-files (#3780)

This commit is contained in:
Christian Clauss
2024-06-26 12:41:46 +02:00
committed by GitHub
parent 5e0f8a4bf7
commit e2033b2d67
82 changed files with 94 additions and 98 deletions

View File

@@ -57,4 +57,4 @@ export function useExtractIngredientReferences(recipeIngredients: RecipeIngredie
return new Set<string>(allMatchedIngredientIds)
}
}