fix(packages/shared): fix weird log dates and clean up imports

This commit is contained in:
PalmDevs
2024-01-14 21:52:07 +07:00
parent 41c59eba03
commit ee5ffa6f24
10 changed files with 38 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
import DisconnectReason from './DisconnectReason.js'
import DisconnectReason from './DisconnectReason'
/**
* Humanized disconnect reasons for logs

View File

@@ -1,3 +1,3 @@
export { default as DisconnectReason } from './DisconnectReason.js'
export { default as HumanizedDisconnectReason } from './HumanizedDisconnectReason.js'
export * from './Operation.js'
export { default as DisconnectReason } from './DisconnectReason'
export { default as HumanizedDisconnectReason } from './HumanizedDisconnectReason'
export * from './Operation'