Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
twallnerWaretec committed Jun 25, 2024
1 parent 49cb263 commit a7609b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/repco-core/src/datasources/cba.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export class CbaDataSource implements DataSource {
const cursor = cursorString ? JSON.parse(cursorString) : {}
const { posts: postsCursor = '1970-01-01T01:00:00' } = cursor
const perPage = this.config.pageLimit
let station = this.config.stationId
const station = this.config.stationId
? `&station_id=${this.config.stationId}`
: ''
const url = this._url(
Expand Down

0 comments on commit a7609b3

Please sign in to comment.