From ba1512a85aa432cf75015083b994ffb64544ccd7 Mon Sep 17 00:00:00 2001 From: Miles Gould Date: Fri, 5 Jul 2019 11:21:24 +0100 Subject: [PATCH] Delete duplicate `percentage_grown` attribute Fixes #2031 --- app/resources/api/v1/planting_resource.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/resources/api/v1/planting_resource.rb b/app/resources/api/v1/planting_resource.rb index dce3aaf7d..18f8f23a1 100644 --- a/app/resources/api/v1/planting_resource.rb +++ b/app/resources/api/v1/planting_resource.rb @@ -21,7 +21,6 @@ module Api # Predictions attribute :expected_lifespan attribute :finish_predicted_at - attribute :percentage_grown attribute :first_harvest_date attribute :last_harvest_date