Thomas Kaul
					
					2 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 2 changed files with 
3 additions and 
3 deletions
			 
			
		 
		
			
				- 
					
					
					 
					apps/api/src/app/portfolio/portfolio.service.ts
				
 
			
				- 
					
					
					 
					apps/client/src/app/directives/file-drop/file-drop.directive.ts
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -50,13 +50,13 @@ import { Inject, Injectable } from '@nestjs/common'; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import { REQUEST } from '@nestjs/core'; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  Account, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  Type as ActivityType, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  AssetClass, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  DataSource, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  Order, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  Platform, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  Prisma, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  Tag, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  Type as ActivityType | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  Tag | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					} from '@prisma/client'; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import Big from 'big.js'; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import { | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  | 
				
			
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
						
					 | 
				
				 | 
				
					@ -1,4 +1,4 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import { Directive, HostListener, Output, EventEmitter } from '@angular/core'; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import { Directive, EventEmitter, HostListener, Output } from '@angular/core'; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					@Directive({ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  selector: '[gfFileDrop]' | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |