rename detector
This commit is contained in:
parent
17a67aaefa
commit
04f43b188d
7 changed files with 13 additions and 13 deletions
|
|
@ -17,7 +17,7 @@ export function createTriggersChecklist() {
|
|||
}
|
||||
|
||||
// Base class for all detectors, using a Chain of Responsibility pattern
|
||||
export default class Detector {
|
||||
export default class detector {
|
||||
nextDetector = null;
|
||||
triggerName = 'quoi'; // default value
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue