@ -102,7 +102,7 @@ async function handleClient(client) {
constquery=JSON.parse(line)
constresults=[]
for(constinputofquery.formulas){
constoptions=input.options!==null?input.options:(query.options!==null?query.options:defaultOptions)// Because I can't be arsed to update all nodejs installations in existence just for this single line
constoptions=input.options||query.options||defaultOptions// Because I can't be arsed to update all nodejs installations in existence just for this single line