Skip to content

Commit 01a78fe

Browse files
authored
unexport getConfig, it was never imported externally
1 parent a70f6de commit 01a78fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/getconfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export async function getVectorConfig(relativeLocation) {
3434
}
3535
}
3636

37-
export function getConfig(configJsonFilename) {
37+
function getConfig(configJsonFilename) {
3838
return new Promise(function(resolve, reject) {
3939
request(
4040
{ method: "GET", url: configJsonFilename },

0 commit comments

Comments
 (0)