continue
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
aabc4ec58d
commit
a5f6991511
|
@ -56,7 +56,9 @@ module.exports = Self => {
|
|||
const email = new Email('campaign-metrics', args);
|
||||
await email.send();
|
||||
} catch (error) {
|
||||
if (error.code !== 'EENVELOPE')
|
||||
if (error.code === 'EENVELOPE')
|
||||
continue;
|
||||
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue