fix(backend): add missing noteEntityService dep
This commit is contained in:
		
							parent
							
								
									192a1bd69e
								
							
						
					
					
						commit
						55f8a641a6
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		|  | @ -14,6 +14,7 @@ import { GlobalEventService } from '@/core/GlobalEventService.js'; | |||
| import { ApRendererService } from './remote/activitypub/ApRendererService.js'; | ||||
| import { ApDeliverManagerService } from './remote/activitypub/ApDeliverManagerService.js'; | ||||
| import { UserEntityService } from './entities/UserEntityService.js'; | ||||
| import { NoteEntityService } from './entities/NoteEntityService.js'; | ||||
| 
 | ||||
| @Injectable() | ||||
| export class NoteDeleteService { | ||||
|  | @ -31,6 +32,7 @@ export class NoteDeleteService { | |||
| 		private instancesRepository: InstancesRepository, | ||||
| 
 | ||||
| 		private userEntityService: UserEntityService, | ||||
| 		private noteEntityService: NoteEntityService, | ||||
| 		private globalEventServie: GlobalEventService, | ||||
| 		private relayService: RelayService, | ||||
| 		private federatedInstanceService: FederatedInstanceService, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue