Skip to content

Commit

Permalink
feat: botDetectionService is moved to js-lib
Browse files Browse the repository at this point in the history
To be able to export BotReason enum for backends to consume.
  • Loading branch information
kirillgroshkov committed Oct 19, 2024
1 parent c14953e commit d2c6b68
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 270 deletions.
130 changes: 0 additions & 130 deletions src/bot.test.ts

This file was deleted.

139 changes: 0 additions & 139 deletions src/bot.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export * from './admin/adminService'
export * from './analytics/analytics'
export * from './bot'
export * from './i18n/fetchTranslationLoader'
export * from './i18n/translation.service'
export * from './image/imageFitter'
Expand Down

0 comments on commit d2c6b68

Please sign in to comment.