From 30027d0214f3563bf3a2a37fddfa24be80122e79 Mon Sep 17 00:00:00 2001 From: Rizki Date: Wed, 15 Apr 2026 14:38:18 +0700 Subject: [PATCH] upd --- emailnotif.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emailnotif.js b/emailnotif.js index 438d589..c0c800d 100644 --- a/emailnotif.js +++ b/emailnotif.js @@ -2,7 +2,7 @@ const http = require('http'); const db = require('./config/dbproc.js'); const ALLOWED_EMAILS = new Set([ - 'david.rodriquez@telin.net', + 'david.rodriques@telin.net', 'syam.thasya@telin.net', ]);