瀏覽代碼

remove unused property

Gildas 1 年之前
父節點
當前提交
7642c117a0
共有 1 個文件被更改,包括 1 次插入2 次删除
  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)) {