Skip to content

Commit

Permalink
Fix import bugs of dmfr
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Mar 5, 2024
1 parent 6ef6802 commit 0ca76a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/next_db/get_feeds_meta.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::dmfr;
use dmfr::*;
use serde_json::Error as SerdeError;
use std::fs;

Expand Down
1 change: 0 additions & 1 deletion src/next_db/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use sqlx::{Connection, PgConnection, PgPool, Postgres};
use std::time::Duration;
mod database;
use std::collections::HashSet;
mod dmfr;
use std::sync::Arc;

mod get_feeds_meta;
Expand Down

0 comments on commit 0ca76a7

Please sign in to comment.