Closed ghost closed 6 months ago
More precise checking of data sent by users.
We have had the problem that bots have transferred a string instead of an array. This caused the builder to run into the error Cannot access offset of type string on string
Cannot access offset of type string on string
@flogado Thank you!
What's in this PR?
More precise checking of data sent by users.
Why?
We have had the problem that bots have transferred a string instead of an array. This caused the builder to run into the error
Cannot access offset of type string on string