Skip to content

Commit c2463ba

Browse files
committed
clippy is right
1 parent 3d9a9d3 commit c2463ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

who-am-i/src/oauth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ impl OAuth {
125125
scopes: READONLY_SCOPE.to_vec(),
126126
..Default::default()
127127
};
128-
Ok(self.client.authorize(handle, auth_opts).await?)
128+
self.client.authorize(handle, auth_opts).await
129129
}
130130

131131
/// Finally, resolve the oauth flow to a verified DID

0 commit comments

Comments
 (0)