update vacentral lib to fix airport lookup

This commit is contained in:
Nabeel Shahzad
2018-07-11 08:07:58 -05:00
parent a1868075ed
commit 5caecf9c5f
3 changed files with 8 additions and 11 deletions

View File

@@ -61,9 +61,6 @@ function phpvms_vacentral_airport_lookup(icao, callback) {
.then(response => {
console.log(response);
callback(response.data);
})
.error(err => {
console.log(err);
});
}