unexport getConfig, it was never imported externally
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) {
|
||||
request(
|
||||
{ method: "GET", url: configJsonFilename },
|
||||
|
|
Loading…
Reference in New Issue