mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	fix import order in UserEntityService.ts
This commit is contained in:
		
							parent
							
								
									a8e4ad28b3
								
							
						
					
					
						commit
						baff0605e0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -49,11 +49,11 @@ import { IdService } from '@/core/IdService.js';
 | 
			
		|||
import type { AnnouncementService } from '@/core/AnnouncementService.js';
 | 
			
		||||
import type { CustomEmojiService } from '@/core/CustomEmojiService.js';
 | 
			
		||||
import { AvatarDecorationService } from '@/core/AvatarDecorationService.js';
 | 
			
		||||
import { isSystemAccount } from '@/misc/is-system-account.js';
 | 
			
		||||
import type { OnModuleInit } from '@nestjs/common';
 | 
			
		||||
import type { NoteEntityService } from './NoteEntityService.js';
 | 
			
		||||
import type { DriveFileEntityService } from './DriveFileEntityService.js';
 | 
			
		||||
import type { PageEntityService } from './PageEntityService.js';
 | 
			
		||||
import { isSystemAccount } from '@/misc/is-system-account.js';
 | 
			
		||||
 | 
			
		||||
const Ajv = _Ajv.default;
 | 
			
		||||
const ajv = new Ajv();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue