We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a086c19 commit 1446f62Copy full SHA for 1446f62
services/NoFlyZoneService.js
@@ -43,7 +43,7 @@ function _assertExists(id, entity) {
43
* @private
44
*/
45
function* _validateMission(values) {
46
- if (!values.mission) {
+ if (values.mission) {
47
yield MissionService.getSingle(values.mission);
48
}
49
if (values.isPermanent) {
0 commit comments