Skip to content

Commit a82d414

Browse files
committed
chore: little fix
1 parent a87f83e commit a82d414

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leetcoderustapi"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Kirill Melkozerov <k.melkozerov@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

src/profile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ impl UserProfile {
323323
}
324324
"#,
325325
"variables": {
326-
"username": "1101-1"
326+
"username": self.username
327327
},
328328
"operationName": "skillStats"
329329
});

0 commit comments

Comments
 (0)