Skip to content

Commit

Permalink
Fix the stall warning rule
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Oct 3, 2024
1 parent 9211b5e commit e2c8f2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/stall_warning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { PirepState } from '../defs'
import { Meta, Rule, RuleValue } from '../types/rule'
import { Pirep, Telemetry } from '../types/types'

export default class SimRate implements Rule {
export default class StallWarning implements Rule {
meta: Meta = {
id: 'STALL_WARNING',
name: 'Stall warning',
Expand Down
4 changes: 4 additions & 0 deletions src/scripts/test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
*
*/
export default class ExampleScript {}

0 comments on commit e2c8f2f

Please sign in to comment.