Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
timothe
duniter
Commits
9231a2f2
Commit
9231a2f2
authored
Apr 28, 2019
by
Cédric Moreau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] `sync` was not updating wotb correctly about expired certifications: distance rule was broken
parent
65f0c975
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/modules/crawler/lib/sync/v2/GlobalIndexStream.ts
app/modules/crawler/lib/sync/v2/GlobalIndexStream.ts
+2
-2
No files found.
app/modules/crawler/lib/sync/v2/GlobalIndexStream.ts
View file @
9231a2f2
...
...
@@ -275,8 +275,8 @@ export class GlobalIndexStream extends Duplex {
})
}
if
(
data
.
cindex
.
length
)
{
await
this
.
updateWotbLinks
(
data
.
cindex
)
if
(
sync_
cindex
.
length
)
{
await
this
.
updateWotbLinks
(
sync_
cindex
)
}
gData
.
gindex
.
iindex
=
sync_iindex
gData
.
gindex
.
mindex
=
sync_mindex
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment