Skip to content

Commit ab4aaba

Browse files
authored
fix(tap): fix unused v2 deny list check (#711)
1 parent 626e3e3 commit ab4aaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/service/src/tap/checks/deny_list_check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ impl DenyListCheck {
7676
tokio::spawn(Self::sender_denylist_watcher(
7777
pgpool.clone(),
7878
pglistener_v2,
79-
sender_denylist_v1.clone(),
79+
sender_denylist_v2.clone(),
8080
sender_denylist_watcher_cancel_token.clone(),
8181
DenyListVersion::V2,
8282
#[cfg(test)]

0 commit comments

Comments
 (0)