all: remove dead code
This commit is contained in:
		@ -17,7 +17,7 @@ class PropertyMappingSerializer(ModelSerializer):
 | 
			
		||||
    class Meta:
 | 
			
		||||
 | 
			
		||||
        model = PropertyMapping
 | 
			
		||||
        fields = ["pk", "name", "__type__"]
 | 
			
		||||
        fields = ["pk", "name", "expression", "__type__"]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class PropertyMappingViewSet(ReadOnlyModelViewSet):
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user