Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon authored Jun 26, 2024
1 parent 3fa6065 commit 420103a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
async function collection(source, target, options = {}) {
const { config, utils } = options;
const { tauriFetch: fetch } = utils;
const { http } = utils;
const { fetch, Boxy } = http;

const { port = 8765 } = config;

async function ankiConnect(action, version, params = {}) {
Expand Down Expand Up @@ -97,4 +99,4 @@ async function collection(source, target, options = {}) {
}),
},
});
}
}

0 comments on commit 420103a

Please sign in to comment.