Skip to content

Commit

Permalink
Added "Marine" option to site context #3336
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Sep 30, 2024
1 parent 88982c2 commit 3013d81
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
load('../../../utils/dataSets.js');
let adminUserId = '<tba>';

let projectId = 'tbs';
let projectId = '38f9f4b2-a33f-4f10-9b79-b514653e5abd';

let dataSets = ['ds1','ds2'];
let dataSets = ['44cc5fb3-dcc5-49bf-8d2d-ba841bcf638c','d3b9a7cd-5b11-4a66-bce7-3d9354c743d7'];

for (let i=0; i<dataSets.length; i++) {
removeDataSetSite(projectId, dataSets[i], adminUserId);
Expand Down

0 comments on commit 3013d81

Please sign in to comment.