Skip to content

Commit

Permalink
fix: did not return True upon success
Browse files Browse the repository at this point in the history
  • Loading branch information
eluric committed Mar 4, 2024
1 parent e035835 commit a99b0b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/queries/puzzle.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,5 @@ async def delete_puzzle(puzzle_id: str):
await aconn.commit()
await acur.close()
await aconn.close()

return True

0 comments on commit a99b0b5

Please sign in to comment.