Skip to content

Commit

Permalink
fix: qstash client endpoint (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-sawlani-yral authored Dec 10, 2024
1 parent ff76d52 commit 6040eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qstash/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 6040eee

Please sign in to comment.