unexport getConfig, it was never imported externally

This commit is contained in:
Michael Telatynski 2019-06-27 11:17:56 +01:00 committed by GitHub
parent a70f6de2e4
commit 01a78feb41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 },