Skip to content

Commit

Permalink
More urban rivers config #3033
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Nov 29, 2023
1 parent b470e6c commit 9fd6677
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ subprograms.forEach(function (subprogram){
var p = program.next();
print("sub program ID: " + p.programId)
db.program.updateOne({programId:p.programId}, {$set:{config:config, outcomes:outcomes, priorities:priorities}});
useNhtServiceLabels(p.name);
}
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ subprograms.forEach(function (subprogram){
var p = program.next();
print("sub program ID: " + p.programId)
db.program.updateOne({programId:p.programId}, {$set:{config:config, outcomes:outcomes, priorities:priorities}});
useNhtServiceLabels(p.name);
}
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ subprograms.forEach(function (subprogram){
var p = program.next();
print("sub program ID: " + p.programId)
db.program.updateOne({programId:p.programId}, {$set:{config:config, outcomes:outcomes, priorities:priorities}});
useNhtServiceLabels(p.name);
}
});

Expand Down

0 comments on commit 9fd6677

Please sign in to comment.