Skip to content

Commit

Permalink
Fix issue with backup of external links
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Sep 27, 2023
1 parent 306ea5f commit 33b2413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class ExternalLinkBackupService extends PaginatedService {
}
} else {
// if no backup created, use the original link
finalExternalLinks.push(validatedLink);
finalExternalLinks.push(link);
}
}

Expand Down

0 comments on commit 33b2413

Please sign in to comment.