fix(core): update

This commit is contained in:
2020-06-18 22:00:00 +00:00
parent 29a7472b3c
commit 5d4b0eff68
8 changed files with 61 additions and 39 deletions

View File

@ -6,7 +6,7 @@ export interface IMailgunNotification {
'Received-Spf': string;
From: string;
'Return-Path': string;
'Arc-Seal': string[],
'Arc-Seal': string[];
'Delivered-To': string;
'X-Google-Dkim-Signature': string;
To: string;
@ -43,5 +43,5 @@ export interface IMailgunNotification {
'stripped-signature': string;
// Lossless specific
"X-Lossless-Auth": string;
}
'X-Lossless-Auth': string;
}