mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 06:39:02 +02:00
Remove exception from signature
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user