Skip to content

Commit

Permalink
Fix method visibility after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jun 29, 2022
1 parent 143cde4 commit 4983d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aquadoggo/src/db/stores/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ async fn create_test_db(
}
}

async fn send_to_store(
pub async fn send_to_store(
store: &SqlStorage,
operation: &Operation,
document_id: Option<&DocumentId>,
Expand Down

0 comments on commit 4983d5c

Please sign in to comment.