Skip to content

Commit

Permalink
update: main
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz committed Feb 21, 2023
1 parent b078754 commit 8e3428d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ async def update_device(id: int, new_device: Device):

devices.sort(key=lambda x: x.id)

return "OK"
return "OK"

0 comments on commit 8e3428d

Please sign in to comment.