From 180c17109a39becd9e1a7bfc002e2a0a0a526a51 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 4 Nov 2021 15:21:40 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8B=20Added=20a=20console=20log=20for?= =?UTF-8?q?=20API=5FKEY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/comicvine.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/comicvine.service.ts b/services/comicvine.service.ts index 4730cc0..c88466b 100644 --- a/services/comicvine.service.ts +++ b/services/comicvine.service.ts @@ -4,7 +4,7 @@ import { Service, ServiceBroker, Context } from "moleculer"; import axios from "axios"; import { matchScorer } from "../utils/searchmatchscorer.utils"; const CV_BASE_URL = "https://comicvine.gamespot.com/api/"; - +console.log("KEYYYYYYYY", process.env.COMICVINE_API_KEY); export default class ComicVineService extends Service { public constructor(public broker: ServiceBroker) { super(broker);