From cbb0584679de50087643282dff23c41843724624 Mon Sep 17 00:00:00 2001 From: NovemLinguae Date: Tue, 12 Mar 2024 11:52:43 -0700 Subject: [PATCH] don't CC me on error --- GANReviewTool/modules/GANReviewController.js | 2 +- GANReviewTool/modules/GARCloserController.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GANReviewTool/modules/GANReviewController.js b/GANReviewTool/modules/GANReviewController.js index e70a01e..40f42cf 100644 --- a/GANReviewTool/modules/GANReviewController.js +++ b/GANReviewTool/modules/GANReviewController.js @@ -69,7 +69,7 @@ export class GANReviewController { // Documentation for the http error is in the "response" section of https://doc.wikimedia.org/mediawiki-core/REL1_41/js/#!/api/mw.Api-method-ajax this.pushStatus(`An error occurred :( Details: ${err}`); this.error = err; - this.editSummary += ' cc [[User:Novem Linguae]]'; + // this.editSummary += ' cc [[User:Novem Linguae]]'; await this.writeToLog(); } } diff --git a/GANReviewTool/modules/GARCloserController.js b/GANReviewTool/modules/GARCloserController.js index 3de60ae..b1a369d 100644 --- a/GANReviewTool/modules/GARCloserController.js +++ b/GANReviewTool/modules/GARCloserController.js @@ -73,7 +73,7 @@ export class GARCloserController { } catch (err) { this.error = err; console.error(err); - this.editSummary += ' cc [[User:Novem Linguae]]'; + // this.editSummary += ' cc [[User:Novem Linguae]]'; await this.makeScriptLogEntry('keep'); this.pushStatus(`An error occurred :( Details: ${this.error}`); }