TypeError: /var/www/html/home/views/frontend/series.ejs:75
   73|                                                             <div class="team-recent-cb">
   74|                                                                 <h5><%=series[i].team2_id%></h5> <!-- <span class="score-tm"></span> -->
>> 75|                                                                 <img src="https://img.cricketmazza.com/%><%=series[i].t2[0].team_image.replace('public/upload/team/','')%>" alt="">
   76|                                                                
   77|                                                             </div>
   78|                                                         </div>

Cannot read property 'team_image' of undefined
   at eval (/var/www/html/home/views/frontend/series.ejs:217:41)
   at series (/var/www/html/home/node_modules/ejs/lib/ejs.js:682:17)
   at tryHandleCache (/var/www/html/home/node_modules/ejs/lib/ejs.js:254:36)
   at View.exports.renderFile [as engine] (/var/www/html/home/node_modules/ejs/lib/ejs.js:485:10)
   at View.render (/var/www/html/home/node_modules/express/lib/view.js:135:8)
   at tryRender (/var/www/html/home/node_modules/express/lib/application.js:640:10)
   at Function.render (/var/www/html/home/node_modules/express/lib/application.js:592:3)
   at ServerResponse.render (/var/www/html/home/node_modules/express/lib/response.js:1012:7)
   at /var/www/html/home/node_modules/newrelic/lib/shim/shim.js:1313:22
   at LegacyContextManager.runInContext (/var/www/html/home/node_modules/newrelic/lib/context-manager/legacy-context-manager.js:59:23)