Skip to content

Commit 433f347

Browse files
lsteinRyanJDick
andauthored
Update invokeai/app/api/routers/model_records.py
Co-authored-by: Ryan Dick <ryanjdick3@gmail.com>
1 parent 33a412a commit 433f347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

invokeai/app/api/routers/model_records.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ModelsList(BaseModel):
3434

3535
@model_records_router.get(
3636
"/",
37-
operation_id="list_model_recordss",
37+
operation_id="list_model_records",
3838
responses={200: {"model": ModelsList}},
3939
)
4040
async def list_model_records(

0 commit comments

Comments
 (0)