We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70f6de commit 01a78feCopy full SHA for 01a78fe
src/vector/getconfig.js
@@ -34,7 +34,7 @@ export async function getVectorConfig(relativeLocation) {
34
}
35
36
37
-export function getConfig(configJsonFilename) {
+function getConfig(configJsonFilename) {
38
return new Promise(function(resolve, reject) {
39
request(
40
{ method: "GET", url: configJsonFilename },
0 commit comments