fix func call name
All checks were successful
Run Check Script / check (pull_request) Successful in 1m41s

This commit is contained in:
tahahawa 2025-07-02 12:09:08 -04:00
parent bed814837c
commit 8b0fc881e1

View File

@ -80,7 +80,7 @@ impl NtfyInterpret {
}; };
k8s_client k8s_client
.exec_pod( .exec_app(
"ntfy".to_string(), "ntfy".to_string(),
Some(&self.score.namespace), Some(&self.score.namespace),
vec![ vec![
@ -103,7 +103,7 @@ impl NtfyInterpret {
mode: NtfyAccessMode, mode: NtfyAccessMode,
) -> Result<(), String> { ) -> Result<(), String> {
k8s_client k8s_client
.exec_pod( .exec_app(
"ntfy".to_string(), "ntfy".to_string(),
Some(&self.score.namespace), Some(&self.score.namespace),
vec![ vec![