Skip to content

Commit

Permalink
unexport getConfig, it was never imported externally
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jun 27, 2019
1 parent a70f6de commit 01a78fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/getconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 01a78fe

Please sign in to comment.