Skip to content

Commit

Permalink
add EVG to stainTypeMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Nov 21, 2024
1 parent a5c722b commit 02deb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateDPRCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const fs = require('fs');
const url = 'mongodb://localhost:27017';
const dbName = 'dataLake';
const slideTypeMap = { 'PAS':'pas', 'FRZ': 'frz', 'HE': 'he', 'SIL': 'silver',
'TOL': 'tol', 'TRI': 'tri', 'CR': 'cr', 'IHC': 'ihc'}
'TOL': 'tol', 'TRI': 'tri', 'CR': 'cr', 'IHC': 'ihc', 'EVG': 'evg'}

let dprCommands = [];

Expand Down

0 comments on commit 02deb75

Please sign in to comment.