Skip to content

Commit

Permalink
fix: github
Browse files Browse the repository at this point in the history
  • Loading branch information
harlleybastos committed Jul 21, 2023
1 parent 704ce56 commit 0cccc10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct Summoner {

#[tokio::main]
async fn main() -> Result<(), Error> {
let api_key = "RGAPI-43081cef-fa19-400b-af8a-48dc7f2b1a58";
let api_key = std::env::var("RIOT_API_KEY").expect("RIOT_API_KEY is not set");
let summoner_name = "Harlley Davidson";

let summoner_url = format!(
Expand Down

0 comments on commit 0cccc10

Please sign in to comment.