Skip to content
Snippets Groups Projects
Commit fcde4659 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Fix error

parent 0a8fd155
Branches
Tags
No related merge requests found
Pipeline #
......@@ -24,7 +24,7 @@ export class EmailService {
return false;
} else {
// Create a communication channel
conn.createChannel((error, ch) => {
return conn.createChannel((error, ch) => {
if (error != null) {
Logger.log(error);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment