Minor code format

This commit is contained in:
MrFry 2020-03-25 22:01:22 +01:00
parent 93c5d887f5
commit ac127afb99

View file

@ -1633,9 +1633,9 @@
} }
}, },
onerror: (e) => { onerror: (e) => {
Log('Errro paring JSON in GetXHRQuestionAnswer') Log('Errro paring JSON in GetXHRQuestionAnswer')
Log(e) Log(e)
reject(e) reject(e)
reject(e) reject(e)
} }
}) })