fix calendar
This commit is contained in:
@@ -71,7 +71,7 @@ function request(method, url, headers = {}, body, type = "") {
|
||||
return fetch(prepareUrl(url), requestOptions);
|
||||
}
|
||||
|
||||
function get(url, type, headers, attempts = 3) {
|
||||
function get(url, type = "default", headers = {}, attempts = 3) {
|
||||
return handleRequest("GET", url, headers, attempts, null, type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user