unexport getConfig, it was never imported externally
This commit is contained in:
parent
a70f6de2e4
commit
01a78feb41
|
@ -34,7 +34,7 @@ export async function getVectorConfig(relativeLocation) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getConfig(configJsonFilename) {
|
function getConfig(configJsonFilename) {
|
||||||
return new Promise(function(resolve, reject) {
|
return new Promise(function(resolve, reject) {
|
||||||
request(
|
request(
|
||||||
{ method: "GET", url: configJsonFilename },
|
{ method: "GET", url: configJsonFilename },
|
||||||
|
|
Loading…
Reference in New Issue