mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
Actually fixed desmosClient
This commit is contained in:
@@ -116,7 +116,7 @@
|
|||||||
return 'point';
|
return 'point';
|
||||||
else if(raw.match(/\[[a-zA-Z0-9.,_{}\(\)]*\]/))
|
else if(raw.match(/\[[a-zA-Z0-9.,_{}\(\)]*\]/))
|
||||||
return 'array';
|
return 'array';
|
||||||
else if(raw.contains('='))
|
else if(raw.includes('='))
|
||||||
return 'number';
|
return 'number';
|
||||||
else
|
else
|
||||||
return 'none';
|
return 'none';
|
||||||
|
|||||||
Reference in New Issue
Block a user