Small update to anthology script

This commit is contained in:
Norm Rasmussen
2024-01-09 18:08:51 -05:00
parent bf9d065f3b
commit 237b6795c6

View File

@ -36,6 +36,15 @@ function parseCSV(outdated_data, updated_data) {
}
// Output needs to be:
// {
// domain_to_update: {
// domain: 'gainsight.com',
// group_ids: ['uuid1', 'uuid2']
// }
//}
function backup(outdated_mapping, updated_mapping) {
//let domains_to_update = [];
let domains_to_update = {};