fix(xo-server-audit): remove unused variable (#5268)

This commit is contained in:
badrAZ 2020-09-17 10:51:09 +02:00 committed by GitHub
parent 726ba287b1
commit 3f17389871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -342,8 +342,6 @@ class AuditXoPlugin {
newest: hashes[i + 1],
})
}
integrityCheckSuccess = true
} catch (error) {
if (!missingAuditRecord.is(error) && !alteredAuditRecord.is(error)) {
throw error