Fix [object Promise] on automod case notes
This commit is contained in:
parent
462a604c8b
commit
2a01ef1edd
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ export class AutomodPlugin extends ZeppelinPlugin<TConfigSchema, ICustomOverride
|
|||
}
|
||||
}
|
||||
|
||||
const matchSummary = this.getMatchSummary(matchResult, archiveId);
|
||||
const matchSummary = await this.getMatchSummary(matchResult, archiveId);
|
||||
|
||||
let caseExtraNote = `Matched automod rule "${rule.name}"`;
|
||||
if (matchSummary) {
|
||||
|
|
Loading…
Add table
Reference in a new issue