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 3db7e99 commit f6ba10cCopy full SHA for f6ba10c
src/bin/bors.rs
@@ -125,7 +125,6 @@ fn try_main(opts: Opts) -> anyhow::Result<()> {
125
let db = runtime
126
.block_on(initialize_db(&opts.db))
127
.context("Cannot initialize database")?;
128
- // Unwrap will not panic due to default_value for the 'permissions' argument
129
let team_api = TeamApiClient::new(opts.permissions);
130
let (client, loaded_repos) = runtime.block_on(async {
131
let client = create_github_client(
0 commit comments