Skip to content

Commit

Permalink
wasm props are in the filter_state
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Oct 23, 2024
1 parent 06000e0 commit 7dc7ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/property.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn remote_address() -> Result<Option<Vec<u8>>, Status> {
}

fn wasm_prop(tokens: &[&str]) -> Path {
let mut flat_attr = format!("wasm\\.{KUADRANT_NAMESPACE}\\.");
let mut flat_attr = format!("filter_state.wasm\\.{KUADRANT_NAMESPACE}\\.");
flat_attr.push_str(tokens.join("\\.").as_str());
flat_attr.as_str().into()
}
Expand Down

0 comments on commit 7dc7ac9

Please sign in to comment.