Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
anatskiy committed Jun 25, 2018
1 parent 7f9d796 commit 8d523e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pooling/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def get_concentration_library(self, obj):
return obj.concentration_facility

def get_mean_fragment_size(self, obj):
return obj.mean_fragment_size
return obj.size_distribution_facility


class PoolingSampleSerializer(PoolingBaseSerializer):
Expand Down

0 comments on commit 8d523e3

Please sign in to comment.