UNPKG

@golemio/pid

Version:
14 lines 534 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GtfsRtRedisRepository = void 0; const RedisModel_1 = require("@golemio/core/dist/integration-engine/models/RedisModel"); class GtfsRtRedisRepository extends RedisModel_1.RedisModel { constructor() { super("GtfsRtRedisRepository", { isKeyConstructedFromData: false, prefix: "files:gtfsRt", }); } } exports.GtfsRtRedisRepository = GtfsRtRedisRepository; //# sourceMappingURL=GtfsRtRedisRepository.js.map