Skip to content

Commit

Permalink
Update Main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hoang3402 committed Oct 14, 2023
1 parent ae6dae0 commit b3df89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import { convertTime } from './utils/time'

export const DOMAIN = 'https://hoang3409.link/api/'
export const TelegramEndpoint = 'https://api.telegram.org/'
export const TelegramApi = '6690512898:AAFvzwcfQ1axac2bDrTpRZDU4p3gFh_Gh1A'
export const TelegramApi = '6458222681:AAEy9Q-qHskCvymzy3JYWxu-uM1jdC16cdk'

const BASE_VERSION = '1.5.0'
const BASE_VERSION = '1.5.1'
export const getExportVersion = (EXTENSION_VERSION: string): string => {
return BASE_VERSION.split('.').map((x, index) => Number(x) + Number(EXTENSION_VERSION.split('.')[index])).join('.')
}
Expand Down

0 comments on commit b3df89a

Please sign in to comment.