Skip to content

Commit

Permalink
Removed UngradedInspectionOverallOutcome property (#638)
Browse files Browse the repository at this point in the history
* Updated OverallEffectiveness property type in the MisEstablishment table
Added UngradedInspectionOverallOutcome proeprty

* Removed UngradedInspectionOverallOutcome property
  • Loading branch information
FrostyApeOne authored Nov 12, 2024
1 parent 56e0e84 commit 7f52037
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TramsDataApi/Factories/MISEstablishmentResponseFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public static MISEstablishmentResponse Create(MisEstablishments misEstablishment
PreviousIsSafeguardingEffective = misEstablishments.PreviousSafeguardingIsEffective,
PreviousEarlyYearsProvision = misEstablishments.PreviousEarlyYearsProvisionWhereApplicable.ToString(),
PreviousSixthFormProvision = misEstablishments.PreviousSixthFormProvisionWhereApplicable,
UngradedInspectionOverallOutcome = misEstablishments.UngradedInspectionOverallOutcome
};
}
}
Expand Down

0 comments on commit 7f52037

Please sign in to comment.