This commit is contained in:
Cyril Rohr 2025-10-14 20:52:01 +02:00
parent 9fc411013e
commit 71a268f01a
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

2
dist/save/index.js vendored
View file

@ -100116,7 +100116,7 @@ function saveImpl(stateProvider) {
return __awaiter(this, void 0, void 0, function* () {
let cacheId = -1;
try {
if (!utils.isCacheFeatureAvailable()) {
if (!canSaveToS3 && !utils.isCacheFeatureAvailable()) {
return;
}
if (!utils.isValidEvent()) {