Skip to content

Commit

Permalink
fix: add repository to create links
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed May 18, 2023
1 parent 307bf05 commit 9c9fcc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ export async function shareOneNote(
repoFrontmatter,
metadataCache,
vault,
settings
settings,
repository
);
if (settings.plugin.displayModalRepoEditing) {
const listEdited = createListEdited(publishSuccess.uploaded, publishSuccess.deleted, publishSuccess.error);
Expand Down

0 comments on commit 9c9fcc5

Please sign in to comment.