eslinting
This commit is contained in:
parent
a33edd15b4
commit
f34de8422e
@ -61,7 +61,7 @@ module.exports = function () {
|
||||
|
||||
this.Given(/^the query options$/, (table, callback) => {
|
||||
table.raw().forEach(tuple => {
|
||||
this.queryParams[tuple[0]] = tuple[1]
|
||||
this.queryParams[tuple[0]] = tuple[1];
|
||||
});
|
||||
|
||||
callback();
|
||||
|
@ -108,7 +108,7 @@ module.exports = function () {
|
||||
result.bothw[key] = 'diff';
|
||||
}
|
||||
scb();
|
||||
}
|
||||
};
|
||||
|
||||
['status', 'time', 'distance', 'speed'].forEach((key) => {
|
||||
sq.defer(parseRes, key);
|
||||
|
@ -129,7 +129,7 @@ module.exports = function () {
|
||||
};
|
||||
|
||||
this.compassList = (instructions) => {
|
||||
return this.extractInstructionList(instructions, s => 'n'); // TODO fixme
|
||||
return this.extractInstructionList(instructions, () => 'n'); // TODO fixme
|
||||
};
|
||||
|
||||
this.bearingList = (instructions) => {
|
||||
|
Loading…
Reference in New Issue
Block a user