layered-loader
Version:
Data loader with support for caching and fallback data sources
8 lines • 429 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_NOTIFICATION_ERROR_HANDLER = void 0;
const DEFAULT_NOTIFICATION_ERROR_HANDLER = (err, channel, logger) => {
logger.error(`Error while publishing notification to channel ${channel}: ${err.message}`);
};
exports.DEFAULT_NOTIFICATION_ERROR_HANDLER = DEFAULT_NOTIFICATION_ERROR_HANDLER;
//# sourceMappingURL=NotificationPublisher.js.map
;