We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626e3e3 commit fe62a18Copy full SHA for fe62a18
crates/service/src/tap/checks/deny_list_check.rs
@@ -76,7 +76,7 @@ impl DenyListCheck {
76
tokio::spawn(Self::sender_denylist_watcher(
77
pgpool.clone(),
78
pglistener_v2,
79
- sender_denylist_v1.clone(),
+ sender_denylist_v2.clone(),
80
sender_denylist_watcher_cancel_token.clone(),
81
DenyListVersion::V2,
82
#[cfg(test)]
0 commit comments