chore: fixes prettier rule

This commit is contained in:
eugene 2024-08-07 17:42:53 +03:00
parent 2355da02d2
commit ff1e127888

View File

@ -9,4 +9,4 @@ export const MARK_TYPE_TRANSLATION: { [key: string]: string } = {
* Calc based on: 7 * 24 * 60 * 60 * 1000 * Calc based on: 7 * 24 * 60 * 60 * 1000
*/ */
export const ONE_WEEK_IN_MS: number = 604800000 export const ONE_WEEK_IN_MS: number = 604800000
export const SIGIT_RELAY: string = 'wss://relay.sigit.io' export const SIGIT_RELAY: string = 'wss://relay.sigit.io'