You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are syntax errors. substr is a callable expression. It should be used as substr("234") instead of substr "234".
And there are two expressions attibutes["time"]substr("234") used with space as a separator which is not a valid js expression
getting error
Unexpected token: 'identifier'
for the linetransformJS('attibutes["time"] substr "234"')
The text was updated successfully, but these errors were encountered: