mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	fix import order in DeleteAccountProcessorService.ts
This commit is contained in:
		
							parent
							
								
									176db52d88
								
							
						
					
					
						commit
						f2fb408ffc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -15,10 +15,10 @@ import type { MiNoteReaction } from '@/models/NoteReaction.js';
 | 
			
		|||
import { EmailService } from '@/core/EmailService.js';
 | 
			
		||||
import { bindThis } from '@/decorators.js';
 | 
			
		||||
import { SearchService } from '@/core/SearchService.js';
 | 
			
		||||
import { ReactionService } from '@/core/ReactionService.js';
 | 
			
		||||
import { QueueLoggerService } from '../QueueLoggerService.js';
 | 
			
		||||
import type * as Bull from 'bullmq';
 | 
			
		||||
import type { DbUserDeleteJobData } from '../types.js';
 | 
			
		||||
import { ReactionService } from '@/core/ReactionService.js';
 | 
			
		||||
 | 
			
		||||
@Injectable()
 | 
			
		||||
export class DeleteAccountProcessorService {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue