Skip to content

Commit

Permalink
chore: Add comment on the WorkerHelpers::new method
Browse files Browse the repository at this point in the history
  • Loading branch information
leo91000 committed Dec 31, 2023
1 parent 97133ae commit 422a1b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub struct WorkerHelpers {
}

impl WorkerHelpers {
/// Create a new instance of WorkerHelpers
pub fn new(pg_pool: PgPool, escaped_schema: String) -> Self {
Self {
pg_pool,
Expand Down

0 comments on commit 422a1b2

Please sign in to comment.