unexport getConfig, it was never imported externally

pull/10181/head
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
1 changed files with 1 additions and 1 deletions

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