Skip to content

Commit

Permalink
Merge pull request #1823 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
lc id retival
  • Loading branch information
adnankattekaden authored Dec 13, 2023
2 parents d2ed1c3 + 4bdc410 commit 3895773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/dashboard/lc/dash_lc_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class LearningCircleMainSerializer(serializers.ModelSerializer):
class Meta:
model = LearningCircle
fields = [
'id',
'name',
'ig_name',
'member_count',
Expand Down

0 comments on commit 3895773

Please sign in to comment.