Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
Files may not have uploaded correctly.
  • Loading branch information
doghouch authored Jul 28, 2020
1 parent c69b9b7 commit b0de9e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BunnyCDN/src/BCDNStorage.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class BCDNStorage extends Exception {

private String VERSION = "1.0.2";
private String VERSION = "1.0.3";
private String BASE_URL = "https://storage.bunnycdn.com";
private String nameOfZone;
private String apiKey;
Expand Down Expand Up @@ -118,6 +118,8 @@ private String sendRequest(String url, String method, File arg, boolean arg2, St
}
break;
}
// Forgot to call the request....
req.getResponseCode();
return resp.toString();
}

Expand Down

0 comments on commit b0de9e0

Please sign in to comment.