Skip to content

Commit 5677afa

Browse files
committed
Added a facet for project services #3425
1 parent ff7a484 commit 5677afa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
let hub = db.hub.findOne({urlPath:'merit'});
2+
hub.availableFacets.push('services')
3+
hub.adminFacets.push('services');
4+
5+
db.hub.replaceOne({urlPath:'merit'}, hub);

0 commit comments

Comments
 (0)