Organized anthology scripts and wrote a new one for their knowledgestate ppl. updated project files for scripts to better interact with neovim.

This commit is contained in:
Norm Rasmussen
2025-12-08 17:32:31 -05:00
parent 5413e0ffd9
commit e44a1a67d3
15 changed files with 408 additions and 60 deletions

View File

@ -148,7 +148,7 @@ function updatedDomainsOnly(domains_to_update) {
sendWebhook({domain_to_update : { domain: dom, group_ids: groups }})
replaceOnSheet(dom, groups);
}
MailApp.sendEmail("amitd@anthology.com",
MailApp.sendEmail("academy@anthology.com",
"Anthology has submitted a CSV",
"Here are the domains that will be updated: "+JSON.stringify(noErrorObj)+"\n\n"+"Group Errors (they likely don't exist): "+JSON.stringify(errorList));
}