Skip to content

Commit

Permalink
bot-monitor: fix import from botbase
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Jul 16, 2023
1 parent 042697f commit 9d470fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botbase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as child_process from 'child_process';
import * as nodemailer from 'nodemailer';
export {fs, path, child_process};

const mailTransporter = nodemailer.createTransport({
export const mailTransporter = nodemailer.createTransport({
host: 'mail.tools.wmflabs.org',
port: 465,
});
Expand Down

0 comments on commit 9d470fa

Please sign in to comment.