1
0
Fork 0

change .us to .org

refactor/models
Matthew 2019-10-28 19:50:45 -04:00
parent 4803ecece7
commit 06ab35e61d
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default class Util {
constructor(client: Client) {
this.client = client;
this.transport = nodemailer.createTransport({
host: 'staff.libraryofcode.us',
host: 'staff.libraryofcode.org',
auth: { user: 'support', pass: this.client.config.emailPass },
});
}