Skip to content

Commit

Permalink
Test route resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed May 23, 2024
1 parent f217bd1 commit b549044
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 76 deletions.
2 changes: 1 addition & 1 deletion nexus/db-queries/src/db/datastore/silo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl DataStore {
Ok(())
}

async fn silo_create_query(
pub(crate) async fn silo_create_query(
opctx: &OpContext,
silo: Silo,
) -> Result<impl RunnableQuery<Silo>, Error> {
Expand Down
Loading

0 comments on commit b549044

Please sign in to comment.