mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix lint errors
This commit is contained in:
		
							parent
							
								
									3842a1ee8c
								
							
						
					
					
						commit
						8da3b064b7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -4,10 +4,10 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import { PrimaryColumn, Entity, Index, JoinColumn, Column, ManyToOne } from 'typeorm';
 | 
					import { PrimaryColumn, Entity, Index, JoinColumn, Column, ManyToOne } from 'typeorm';
 | 
				
			||||||
 | 
					import { DB_MAX_IMAGE_COMMENT_LENGTH } from '@/const.js';
 | 
				
			||||||
import { id } from './util/id.js';
 | 
					import { id } from './util/id.js';
 | 
				
			||||||
import { MiUser } from './User.js';
 | 
					import { MiUser } from './User.js';
 | 
				
			||||||
import { MiDriveFolder } from './DriveFolder.js';
 | 
					import { MiDriveFolder } from './DriveFolder.js';
 | 
				
			||||||
import {DB_MAX_IMAGE_COMMENT_LENGTH} from "@/const.js";
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Entity('drive_file')
 | 
					@Entity('drive_file')
 | 
				
			||||||
@Index(['userId', 'folderId', 'id'])
 | 
					@Index(['userId', 'folderId', 'id'])
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue