Javascript – Function return undefined
I have a function that return a undefined thing even if it normally need to return something defined. I have this code with a function : const GtfsRealtimeBindings = require("gtfs-realtime-bindings"); const fetch = require("node-fetch"); const long = require("long"); async function…