Skip to content

Commit

Permalink
chore: fix typo (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bs10x committed Apr 11, 2024
1 parent c526939 commit 15ecd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ impl Server {
let data: Value = res.json().await?;
let token = match data["token"].as_str() {
Some(v) => v.to_string(),
None => bail!("Failed to refresh sesseion, {data}"),
None => bail!("Failed to refresh session, {data}"),
};
Ok((oai_device_id, token))
}
Expand Down

0 comments on commit 15ecd64

Please sign in to comment.