Skip to content

Fix error when removing own active item.

pmitynny requested to merge bug-deleting-own-item into main

Fixed the bug described in issue #34 (closed) by converting the datetime to str. I also had to handle situation, where the item had no highest bid. Note that this bug occurred only when trying to delete an item with an active auction.

Merge request reports