Skip to content

Commit 6e165b0

Browse files
committed
language was not defined
1 parent fdea5c0 commit 6e165b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rmfpapi/api/instructions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
@router.post("/{language}")
17-
async def user_intructions(user: UserCRUDRequest) -> Dict[str, str]:
17+
async def user_intructions(user: UserCRUDRequest, language: str) -> Dict[str, str]:
1818
"""return user instructions"""
1919
instructions_json_file = Path("/opt/templates/rune-fake.json")
2020

0 commit comments

Comments
 (0)