postgresql

This commit is contained in:
2023-05-02 20:33:46 +02:00
parent 5ef94ee074
commit 8629bc505b
7 changed files with 894 additions and 7 deletions

View File

@@ -268,6 +268,5 @@ func (s MongoDBStorage) UpdateGroupMember(group GroupMember) error {
fmt.Println(err)
return err
}
return nil
}