Skip to content

Commit

Permalink
Make config public
Browse files Browse the repository at this point in the history
  • Loading branch information
dlen committed Sep 24, 2024
1 parent c04fa92 commit cb0a3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apalis-sql/src/mysql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use std::{marker::PhantomData, ops::Add, time::Duration};

use crate::context::SqlContext;
use crate::from_row::SqlRequest;
use crate::Config;
pub use crate::Config;

pub use sqlx::mysql::MySqlPool;

Expand Down

0 comments on commit cb0a3f9

Please sign in to comment.