From a0cdab57a6efb100a386c18dc4676cfea0a99d87 Mon Sep 17 00:00:00 2001 From: Derian Andersen Date: Fri, 19 Oct 2018 13:10:13 -0500 Subject: [PATCH] fix: account info err msg --- services/ExtractionApiService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ExtractionApiService.js b/services/ExtractionApiService.js index 9769588..c436811 100644 --- a/services/ExtractionApiService.js +++ b/services/ExtractionApiService.js @@ -91,7 +91,7 @@ class ExtractionApiService { } return result.data.attributes; }).catch((error) => { - console.error('Error retrieving streaming credentials\n'); + console.error('Error retrieving account info\n'); throw error; }); });