2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-15 18:13:00 +00:00

CLT POST bug fix

CLT POST bug fix
This commit is contained in:
Shahana Farooqui 2020-02-14 09:06:18 -05:00
parent 36abb6806d
commit dadd4a10bd

View File

@ -20,7 +20,7 @@ common.getSelLNServerUrl = () => {
common.getOptions = () => { common.getOptions = () => {
common.selectedNode.options.method = 'GET'; common.selectedNode.options.method = 'GET';
common.selectedNode.options.form = {}; // common.selectedNode.options.form = {};
common.selectedNode.options.qs = {}; common.selectedNode.options.qs = {};
return common.selectedNode.options; return common.selectedNode.options;
}; };