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';
|
||||
else if(raw.match(/\[[a-zA-Z0-9.,_{}\(\)]*\]/))
|
||||
return 'array';
|
||||
else if(raw.contains('='))
|
||||
else if(raw.includes('='))
|
||||
return 'number';
|
||||
else
|
||||
return 'none';
|
||||
|
||||
Reference in New Issue
Block a user