Skip to content

Commit cd2d9c0

Browse files
authored
Fix level calculation in production (#127)
1 parent 614c74e commit cd2d9c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/projects/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def achieved_level(self):
158158
),
159159
)
160160
)
161+
.order_by("value")
161162
)
162163

163164
level_achieved = None

0 commit comments

Comments
 (0)