Cleanup code
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import PduProcessor from "../PduProcessor";
|
||||
|
||||
export default abstract class Preprocessor extends PduProcessor {
|
||||
readonly type: string = this.name;
|
||||
readonly type: string = Preprocessor.name;
|
||||
}
|
Reference in New Issue
Block a user