mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Hotfix typo
This commit is contained in:
parent
342e288624
commit
1a7fd55bc5
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ Util.LBRY = {
|
|||
const accounts = await response.json();
|
||||
|
||||
let syncedAccounts = 0;
|
||||
for (const account of accounts.results.items) {
|
||||
for (const account of accounts.result.items) {
|
||||
if (/\d{17,19}/.test(account.name)) {
|
||||
if (await client.sqlite.get(account.name)) continue;
|
||||
await client.sqlite.pair(account.name, account.id);
|
||||
|
|
Loading…
Add table
Reference in a new issue