소스 검색

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)) {