saveError now returns the saved data. see #658
This commit is contained in:
parent
bd72c45df2
commit
c4176ebfec
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ export const taSpamReport = {
|
||||||
headerMessageId: data_id
|
headerMessageId: data_id
|
||||||
};
|
};
|
||||||
await this.saveReportData(data, data_id);
|
await this.saveReportData(data, data_id);
|
||||||
|
return data;
|
||||||
},
|
},
|
||||||
|
|
||||||
async loadReportData(data_id) {
|
async loadReportData(data_id) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue