Skip to content

Commit

Permalink
Merge pull request #182 from TogetherCrew/add-telegram
Browse files Browse the repository at this point in the history
Telegram Platform
  • Loading branch information
cyri113 authored Dec 4, 2024
2 parents 67f7500 + 06ec631 commit 7e457e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@togethercrew.dev/db",
"version": "3.0.76",
"version": "3.0.77",
"description": "All interactions with DB",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/config/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export enum PlatformNames {
MediaWiki = 'mediaWiki',
Twitter = 'twitter',
Discourse = 'discourse',
Telegram = 'telegram',
}

export enum ModuleNames {
Expand Down

0 comments on commit 7e457e8

Please sign in to comment.