issues fixed
This commit is contained in:
@@ -124,8 +124,8 @@ const updatesAPI = {
|
||||
.catch(errorHandler);
|
||||
},
|
||||
|
||||
getSUMSVersionRxSwins: async (sums_version, token) => {
|
||||
return fetch(`${API_ENDPOINT}/manifest/sums/${sums_version}/rxswins`, {
|
||||
getSUMSVersionRxSwins: async (sums_version, options, token) => {
|
||||
return fetch(addQueryParams(`${API_ENDPOINT}/manifest/sums/${sums_version}/rxswins`, options), {
|
||||
method: "GET",
|
||||
headers: Object.assign(
|
||||
{ "Content-Type": "application/json" },
|
||||
|
||||
Reference in New Issue
Block a user