saveError now returns the saved data. see #658

This commit is contained in:
mic 2026-02-16 22:22:39 +01:00
parent bd72c45df2
commit c4176ebfec

View file

@ -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) {