Skip to content

Commit

Permalink
welp
Browse files Browse the repository at this point in the history
  • Loading branch information
danitrap committed Dec 30, 2023
1 parent bfefe1f commit c8b8357
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 @@ -33,7 +33,7 @@ async fn main() {

log::info!("Fetching Hacker News");

let content = setch_hacker_news().await;
let content = fetch_hacker_news().await;
if content.is_err() {
log::error!("Error fetching Hacker News: {:?}", content);
continue;
Expand Down

0 comments on commit c8b8357

Please sign in to comment.