Skip to content
Snippets Groups Projects
Commit 6b8b5b69 authored by Éloïs's avatar Éloïs
Browse files

[fix] #1168 real cause

parent b92f669a
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ export class QuickSynchronizer {
// Remember expiration dates
for (const entry of index) {
if (entry.op === 'CREATE' && (entry.expires_on || entry.revokes_on)) {
if (entry.expires_on || entry.revokes_on) {
sync_expires.push(entry.expires_on || entry.revokes_on);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment