Closed manzanillo closed 4 years ago
In case, the short url provided by the user has not been used before, jsonbox returns []. So in this case, it will throw an error as checking for property "l" is called on something being undefined. A simple check (see code) would fix it.
@manzanillo Thank you :1st_place_medal:
In case, the short url provided by the user has not been used before, jsonbox returns []. So in this case, it will throw an error as checking for property "l" is called on something being undefined. A simple check (see code) would fix it.