mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
soothe the linter: remove unused variables
This commit is contained in:
parent
bc30309056
commit
c072a70c57
5 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
'use strict'
|
||||
|
||||
const formatRefreshJourneyReq = (ctx, refreshToken) => {
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
const {profile, opt} = ctx
|
||||
|
||||
return {
|
||||
|
|
|
@ -12,6 +12,7 @@ const transformReqBody = (ctx, body) => {
|
|||
}
|
||||
|
||||
const formatRefreshJourneyReq = (ctx, refreshToken) => {
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
const {profile, opt} = ctx
|
||||
|
||||
return {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
'use strict'
|
||||
|
||||
const parseWhen = require('./when')
|
||||
const parsePlatform = require('./platform')
|
||||
const findRemarks = require('./find-remarks')
|
||||
|
||||
const ARRIVAL = 'a'
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
'use strict'
|
||||
|
||||
const parseWhen = require('./when')
|
||||
const parsePlatform = require('./platform')
|
||||
const findRemarks = require('./find-remarks')
|
||||
|
||||
const clone = obj => Object.assign({}, obj)
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
'use strict'
|
||||
|
||||
const parseWhen = require('./when')
|
||||
const parsePlatform = require('./platform')
|
||||
const findRemarks = require('./find-remarks')
|
||||
|
||||
const parseStopover = (ctx, st, date) => { // st = raw stopover
|
||||
|
|
Loading…
Add table
Reference in a new issue