Spaces:
Sleeping
Sleeping
added total Point to float
Browse files- gamification/objects.py +1 -1
gamification/objects.py
CHANGED
|
@@ -267,7 +267,7 @@ class IndividualUserLevel(BaseModel):
|
|
| 267 |
|
| 268 |
|
| 269 |
class SimpleIndividualUserLevel(BaseModel):
|
| 270 |
-
totalpoints:
|
| 271 |
levelName:str
|
| 272 |
maxPoints:float
|
| 273 |
minPoints:float
|
|
|
|
| 267 |
|
| 268 |
|
| 269 |
class SimpleIndividualUserLevel(BaseModel):
|
| 270 |
+
totalpoints:float
|
| 271 |
levelName:str
|
| 272 |
maxPoints:float
|
| 273 |
minPoints:float
|