Skip to content

Commit

Permalink
fix: using .ico instead of .webp
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Jul 23, 2024
1 parent 80926e2 commit 96206ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/admin/quest/create_quest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub async fn handler(
}

let nft_reward = doc! {
"img": body.rewards_img.clone().to_string(),
"img": body.img_card.clone().to_string(),
"level": 1,
};

Expand Down

0 comments on commit 96206ad

Please sign in to comment.