Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Sep 9, 2024
1 parent ed01ebb commit fb31236
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion server/src/models/Station.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ class Station extends Model {
const { onlyAreas } = args.filters
const ts = getEpoch()

const select = ['id', 'name', 'lat', 'lon', 'updated', 'start_time', 'end_time',]
const select = [
'id',
'name',
'lat',
'lon',
'updated',
'start_time',
'end_time',
]

const query = this.query()
.whereBetween('lat', [args.minLat, args.maxLat])
Expand Down

0 comments on commit fb31236

Please sign in to comment.