mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-25 04:22:30 +00:00
Remove exception from signature
This commit is contained in:
parent
2efc7f22a7
commit
82ab89fab3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public abstract class SnapshotAPIRequest<T extends Result> extends Request<T> {
|
|||
@Override
|
||||
protected void onBeforeRequest(
|
||||
HttpRequest request
|
||||
) throws IOException {
|
||||
) {
|
||||
if (oauth2 != null) {
|
||||
request.setInterceptor(request1 -> {
|
||||
oauth2.intercept(request1);
|
||||
|
|
Loading…
Reference in a new issue