Skip to content

Commit

Permalink
Remove unnecessary entity and fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Jul 30, 2024
1 parent 1ea77f3 commit c908fae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion src/domain/hooks/hooks.repository.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface IHooksRepository {
})
export class HooksRepositoryWithNotificationsModule {}

// TODO: Remove after notifications FF is enables
// TODO: Remove after notifications FF is enabled
// Note: trying to convert this into a dynamic module proved to be too complex
// due to config injection issues from the ConfigurationService so this is a
// temporary solution
Expand Down
2 changes: 1 addition & 1 deletion src/domain/hooks/hooks.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ export class HooksRepositoryWithNotifications implements IHooksRepository {
}
}

// TODO: Remove after notifications FF is enables
// TODO: Remove after notifications FF is enabled
// Note: trying to convert this into a dynamic module proved to be too complex
// due to config injection issues from the ConfigurationService so this is a
// temporary solution
Expand Down
2 changes: 1 addition & 1 deletion src/routes/hooks/hooks.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { HooksService } from '@/routes/hooks/hooks.service';
})
export class HooksModuleWithNotifications {}

// TODO: Remove after notifications FF is enables
// TODO: Remove after notifications FF is enabled
// Note: trying to convert this into a dynamic module proved to be too complex
// due to config injection issues from the ConfigurationService so this is a
// temporary solution
Expand Down

0 comments on commit c908fae

Please sign in to comment.