)]}'
{"src/js/actions/PlansActions.js":[{"author":{"_account_id":17888,"name":"Florian Fuchs","email":"f@florianfuchs.com","username":"flfuchs"},"change_message_id":"88ab5757d1ddec8675c4223879503f91a8d6cacb","unresolved":false,"context_lines":[{"line_number":340,"context_line":"            message: `The plan ${planName} was successfully deleted.`,"},{"line_number":341,"context_line":"            type: \u0027success\u0027"},{"line_number":342,"context_line":"          }));"},{"line_number":343,"context_line":"          dispatch(CurrentPlanActions.detectPlan(getState().plans.all));"},{"line_number":344,"context_line":"        }).catch(error \u003d\u003e {"},{"line_number":345,"context_line":"          logger.error(\u0027Error deleting plan MistralApiService.runAction\u0027, error);"},{"line_number":346,"context_line":"          dispatch(this.planDeleted(planName));"}],"source_content_type":"text/javascript","patch_set":3,"id":"5a74a57a_5aba8324","line":343,"updated":"2016-11-24 12:32:55.000000000","message":"You can omit the getState().plans.all param when calling detectPlan, since it will call getState iteself to get the current list of plans. (And while you\u0027re at it, you can get rid of the plans param in the definition of detectPlan as well...)","commit_id":"7e7b510bbe939a69334725ba683bc2ac41d33ff7"}]}
