Minor grammar fix, irrelevant

This commit is contained in:
ION606
2022-10-15 11:21:58 -04:00
parent 03471869eb
commit 55e7c73a31
+2 -2
View File
@@ -58,8 +58,8 @@
function getSessionData() {
return new Promise((resolve, reject) => {
var xhrsess = new XMLHttpRequest();
// xhrsess.open('post', 'https://www.selmerbot.com/getSessionInfo/', true);
xhrsess.open('post', 'http://localhost:53134/getSessionInfo/', true);
xhrsess.open('post', 'https://www.selmerbot.com/getSessionInfo/', true);
// xhrsess.open('post', 'http://localhost:53134/getSessionInfo/', true);
xhrsess.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8');
xhrsess.setRequestHeader('session', window.localStorage.getItem('sessionId'));