From 01a78feb41596e1306bc9b6c52b1e502a40d2bd4 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 27 Jun 2019 11:17:56 +0100 Subject: [PATCH] unexport getConfig, it was never imported externally --- src/vector/getconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vector/getconfig.js b/src/vector/getconfig.js index 0febfbd1df..8c57986bd8 100644 --- a/src/vector/getconfig.js +++ b/src/vector/getconfig.js @@ -34,7 +34,7 @@ export async function getVectorConfig(relativeLocation) { } } -export function getConfig(configJsonFilename) { +function getConfig(configJsonFilename) { return new Promise(function(resolve, reject) { request( { method: "GET", url: configJsonFilename },