We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87f83e commit a82d414Copy full SHA for a82d414
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "leetcoderustapi"
3
-version = "1.0.0"
+version = "1.0.1"
4
authors = ["Kirill Melkozerov <k.melkozerov@gmail.com>"]
5
edition = "2021"
6
license = "MIT"
src/profile.rs
@@ -323,7 +323,7 @@ impl UserProfile {
323
}
324
"#,
325
"variables": {
326
- "username": "1101-1"
+ "username": self.username
327
},
328
"operationName": "skillStats"
329
});
0 commit comments