forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-11-15 01:25:08 +02:00
parent 37d54c0d6c
commit ffc4171c53
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ class User(Base):
return return_value
@property
@lazy
def referral_count(self):
return len(self.referrals)