Skip to content

Commit

Permalink
fix: creating a custom balance check
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Jul 23, 2024
1 parent 96206ad commit 2f8e5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/admin/balance/create_balance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub async fn handler(
quest_id: body.quest_id,
id: next_id,
cta: body.cta.clone(),
verify_endpoint: "/quests/verify_balance".to_string(),
verify_endpoint: "quests/verify_balance".to_string(),
verify_endpoint_type: "default".to_string(),
task_type: Some("balance".to_string()),
discord_guild_id: None,
Expand Down

0 comments on commit 2f8e5f2

Please sign in to comment.