Gildas hace 2 años
padre
commit
edc697de7a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/bg/downloads.js

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

@@ -148,7 +148,7 @@ async function downloadContent(contents, tab, incognito, message) {
 				prompt
 			});
 		} else if (message.saveToGitHub) {
-			response = await saveToGitHub(message.taskId, encodeSharpCharacter(message.filename), contents.join(""), message.githubToken, message.githubUser, message.githubRepository, message.githubBranch, { 
+			response = await saveToGitHub(message.taskId, encodeSharpCharacter(message.filename), contents.join(""), message.githubToken, message.githubUser, message.githubRepository, message.githubBranch, {
 				filenameConflictAction: message.filenameConflictAction,
 				prompt
 			});