[bug] missing await before saveDiffs

This commit is contained in:
NicolasCantu 2025-01-06 12:17:00 +01:00
parent 9a1232306d
commit 48cd8e3757

View File

@ -499,7 +499,7 @@ export default class Services {
if (isPaired) {
try {
this.saveDiffs(diffs);
await this.saveDiffs(diffs);
} catch (e) {
throw e;
}