Skip to content

Commit

Permalink
feat: extent the token schema to support Telegram platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Dec 19, 2024
1 parent 2991daa commit efc6d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ export enum TokenTypeNames {
GOOGLE_ACCESS = 'google_access',
GOOGLE_REFRESH = 'google_refresh',
NOTION_ACCESS = 'notion_access',
TELEGRAM_VERIFICATION = 'telegram_verification'
TELEGRAM_VERIFICATION = 'telegram_verification',
}

0 comments on commit efc6d30

Please sign in to comment.