Fixed recipe bug n inventory page.
This commit is contained in:
@@ -13,9 +13,8 @@ from pydantic import BaseModel
|
||||
|
||||
from .database import get_session
|
||||
|
||||
# Map craft names -> table names in Postgres
|
||||
ALLOWED_CRAFTS = {
|
||||
"desynthesis": "recipes_desynthesis",
|
||||
# Map craft names to their corresponding recipe tables in Postgres.
|
||||
ALLOWED_CRAFTS: dict[str, str] = {
|
||||
"woodworking": "recipes_woodworking",
|
||||
"smithing": "recipes_smithing",
|
||||
"alchemy": "recipes_alchemy",
|
||||
|
||||
Reference in New Issue
Block a user