We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bcd1a commit 0d28139Copy full SHA for 0d28139
src/bors/context.rs
@@ -19,8 +19,6 @@ impl<Client: RepositoryClient> BorsContext<Client> {
19
db: Arc<dyn DbClient>,
20
global_client: Arc<dyn RepositoryLoader<Client>>,
21
) -> anyhow::Result<Self> {
22
- // this unwrap is making me nervous, but if lhe repos loading
23
- // fails we might as well restart the bot
24
let repositories = global_client.load_repositories().await?;
25
let repositories = RwLock::new(repositories);
26
Ok(Self {
0 commit comments