all: remove dead code

This commit is contained in:
Jens Langhammer
2020-02-23 15:32:20 +01:00
parent 03905b74ff
commit b99d23c119
5 changed files with 1 additions and 145 deletions

View File

@ -17,7 +17,7 @@ class PropertyMappingSerializer(ModelSerializer):
class Meta:
model = PropertyMapping
fields = ["pk", "name", "__type__"]
fields = ["pk", "name", "expression", "__type__"]
class PropertyMappingViewSet(ReadOnlyModelViewSet):