Pārlūkot izejas kodu

remove unused property

Gildas 1 gadu atpakaļ
vecāks
revīzija
7642c117a0
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      src/core/bg/autosave.js

+ 1 - 2
src/core/bg/autosave.js

@@ -226,8 +226,7 @@ async function saveContent(message, tab) {
 							options.S3Region,
 							options.S3Bucket,
 							options.S3AccessKey,
-							options.S3SecretKey,
-							options.S3KeyPrefix
+							options.S3SecretKey
 						);
 					} else {
 						if (!(content instanceof Blob)) {