소스 검색

fix missing parameter (see #1534)

Gildas 1 년 전
부모
커밋
d39a4751da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/bg/autosave.js

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

@@ -220,8 +220,8 @@ async function saveContent(message, tab) {
 						}
 						await downloads.saveToS3(
 							message.taskId,
+							pageData.filename,
 							content,
-							options.url,
 							options.S3Domain,
 							options.S3Region,
 							options.S3Bucket,