mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Updated Nancy to 2.0
This commit is contained in:
@@ -40,7 +40,7 @@ export default function createAjaxRequest(originalAjaxOptions) {
|
||||
}
|
||||
}
|
||||
|
||||
const ajaxOptions = { ...originalAjaxOptions };
|
||||
const ajaxOptions = { dataType: 'json', ...originalAjaxOptions };
|
||||
|
||||
if (isRelative(ajaxOptions)) {
|
||||
moveBodyToQuery(ajaxOptions);
|
||||
|
||||
Reference in New Issue
Block a user