Skip to content

Commit

Permalink
feat: update with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtom committed Jun 19, 2024
1 parent 7c123bb commit e1ef820
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/endpoints/admin/quest/get_quest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ pub async fn handler(
doc! {
"$project": doc! {
"_id": 0,
"hidden": 0
}
}
],
Expand Down
1 change: 0 additions & 1 deletion src/endpoints/admin/quest_boost/update_boost.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ pub async fn handler(
let quest_id = res.as_ref().unwrap().quests[0];
let res = verify_quest_auth(user, &questcollection, &(quest_id as i32)).await;

println!("res: {}", res);
if !res {
return get_error("Error updating boost".to_string());
};
Expand Down

0 comments on commit e1ef820

Please sign in to comment.