Skip to content

Commit

Permalink
Remove unnecessary escape characters (lint rule)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesGandhi authored and derhuerst committed Jan 21, 2025
1 parent efd93f5 commit c80e356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const mapRouteParsers = (route, parsers) => {
description: 'HAFAS routing mode, see the "Routing Mode" section',
type: 'string',
enum: Object.keys(routingModes),
defaultStr: '\`REALTIME\`',
defaultStr: '`REALTIME`',
parse: parseRoutingMode
},
}
Expand Down

0 comments on commit c80e356

Please sign in to comment.