TODO: handle error of optimal retention

This commit is contained in:
Jarrett Ye 2024-04-14 17:09:51 +08:00
parent 7f0a5570e7
commit 80a5b3803e
No known key found for this signature in database
GPG key ID: EBFC55E0C1A352BB

View file

@ -219,6 +219,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
}
},
);
} catch (err) {
// TODO: handle error
} finally {
computingRetention = false;
}