fix: get encrypted notes
This commit is contained in:
parent
497675ad27
commit
eba8f41e44
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ const actions = {
|
||||||
fromBlock: deployedBlock
|
fromBlock: deployedBlock
|
||||||
})
|
})
|
||||||
|
|
||||||
if (!isEmptyArray(graphEvents)) {
|
if (lastSyncBlock) {
|
||||||
deployedBlock = lastSyncBlock
|
deployedBlock = lastSyncBlock
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue