Skip to content

Commit

Permalink
refactor: remove uncessary raw strings
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git authored and pawarherschel committed Feb 6, 2024
1 parent 59a6840 commit 68d19c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool/core/helpers/daily_challenge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct DailyChallengeResponse {
pub(crate) fn get_daily_challenge_slug() -> anyhow::Result<String> {
let daily_challenge_response = ureq::get(Config::LEETCODE_GRAPH_QL)
.send_json(ureq::json!({
"query": r"query questionOfToday {
"query": "query questionOfToday {
activeDailyCodingChallengeQuestion {
question {
titleSlug
Expand Down

0 comments on commit 68d19c6

Please sign in to comment.