@kaikarisjonas
Oh the problem is in this line:
results.items.forEach((item) = {
it should have ‘>’ :
results.items.forEach((item) => {
Massa
@kaikarisjonas
Oh the problem is in this line:
results.items.forEach((item) = {
it should have ‘>’ :
results.items.forEach((item) => {
Massa