Skip to content

Commit

Permalink
fix: image was not checked
Browse files Browse the repository at this point in the history
typo broken a feature :)
  • Loading branch information
Mara-Li committed Jan 26, 2024
1 parent b643147 commit 3a89d36
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/GitHub/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,6 @@ export default class Publisher {
error: [`Error while uploading ${file.name} to ${repo.owner}/${repo.repo}/${repo.branch}`]
};
}

logs({ settings: this.settings }, `length: ${embedFiles.length}`, embedFiles);

const embeded = await this.statusBarForEmbed(
embedFiles,
fileHistory,
Expand Down Expand Up @@ -642,10 +639,6 @@ export default class Publisher {
newLinkedFiles.push(file);
continue;
}
if (!this.settings.github.dryRun.enable) {
newLinkedFiles.push(file);
continue;
}
try {
if (forcePushAttachment(file, this.settings)) {
newLinkedFiles.push(file);
Expand Down

0 comments on commit 3a89d36

Please sign in to comment.