diff --git a/src/qstash/client.rs b/src/qstash/client.rs index 8b56246..5c8e51a 100644 --- a/src/qstash/client.rs +++ b/src/qstash/client.rs @@ -184,7 +184,7 @@ impl QStashClient { ) -> Result<(), anyhow::Error> { let off_chain_ep = OFF_CHAIN_AGENT_URL .join(&format!( - "qstash/upgrade_user_token_sns_canister_for_entire_network/", + "qstash/upgrade_user_token_sns_canister_for_entire_network", )) .unwrap();