Skip to content

Commit 2ea885d

Browse files
authored
fix wrong invalidation flag (#358)
1 parent 5ee0d6a commit 2ea885d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/validator/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
274274
args.toploc_work_validation_unknown_status_expiry_seconds,
275275
args.toploc_grace_interval,
276276
args.use_grouping,
277-
!args.disable_toploc_invalidation,
277+
args.disable_toploc_invalidation,
278278
))
279279
}
280280
None => {

0 commit comments

Comments
 (0)