diff options
Diffstat (limited to 'src/email.clj')
| -rw-r--r-- | src/email.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/email.clj b/src/email.clj index 2997827..d387624 100644 --- a/src/email.clj +++ b/src/email.clj @@ -68,7 +68,6 @@ (def *admin-lists* {"dumpfmprod" ["opuscule@gmail.com" "sbostler@gmail.com" - "stfn6000@gmail.com" "theryderproject@gmail.com"] "sostler" ["sbostler@gmail.com"]}) @@ -94,3 +93,4 @@ body (format "Reason: %s" reason)] (dump-mail (get-admins) subject body))) +
\ No newline at end of file |
