mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-16 22:09:25 +08:00
Adjust static study group radius
This commit is contained in:
parent
dda6b62f37
commit
8c13732933
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class StudyGroupDistanceSerializer(serializers.ModelSerializer):
|
|||
|
||||
def to_representation(self, instance):
|
||||
representation = super().to_representation(instance)
|
||||
representation['distance'] = 30
|
||||
representation['distance'] = 10
|
||||
return representation
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue