Skip to content

Commit 3a55111

Browse files
refactor: remove 'const' from enum to fix importing
1 parent 7f077f3 commit 3a55111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/telemetry/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export interface HistoryLoadEvent {
104104
};
105105
}
106106

107-
export const enum UserActions {
107+
export enum UserActions {
108108
SelectSrcToken = 'select.src.token',
109109
SelectSrcChain = 'select.src.chain',
110110
SelectDestToken = 'select.dest.token',

0 commit comments

Comments
 (0)