Edwinexd / dsv-pvt

Lace Up & Lead The Way - A pre-race training app and social platform for runners.
GNU General Public License v3.0
0 stars 0 forks source link

Create group returning 500 #104

Closed alfredberggren closed 1 month ago

alfredberggren commented 1 month ago

Error is related to duplicate rows being added; because of these lines:

    db_owner.owned_groups.append(db_group)
    db_owner.groups.append(db_group)

in crud.create_group

alfredberggren commented 1 month ago

105