Skip to content

Commit d12fa9a

Browse files
committed
fix: don't post the _ccof-organization_value
1 parent bbd4748 commit d12fa9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/components/changeRequest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ function mapChangeActionClosureObjectForBack(req) {
255255
delete changeActionClosureMapp._ccof_closure_value;
256256
delete changeActionClosureMapp._ccof_facility_value;
257257
delete changeActionClosureMapp._ccof_program_year_value;
258+
delete changeActionClosureMapp._ccof_organization_value;
258259
return changeActionClosureMapp;
259260
}
260261

0 commit comments

Comments
 (0)