mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
fix lint
This commit is contained in:
@@ -86,7 +86,7 @@ function shortenUrlOrbis(url, success, error) {
|
||||
}
|
||||
});
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
console.log(e);
|
||||
error(e.message ? e.message : e);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user