Skip to content

Commit

Permalink
Merge pull request #1822 from adnankattekaden/dev
Browse files Browse the repository at this point in the history
lc id retrival
  • Loading branch information
adnankattekaden authored Dec 13, 2023
2 parents 2508a0c + e1c3828 commit 4bdc410
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 4bdc410

Please sign in to comment.