Skip to content

Commit 6be996c

Browse files
committed
Minor refactoring
1 parent 0daad12 commit 6be996c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/converters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export class Converters {
1+
export class Converters {
22
private static textEncoder = new TextEncoder();
33

44
static byteToHex(value: number): string {

src/mode/mode-startegy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export enum ReportType {
22
valid = '',
33
errored = 'error',
4-
sent = 'send',
4+
//sent = 'send',
55
}
66

77
export interface ModeStrategy {

0 commit comments

Comments
 (0)