@@ -1,5 +1,4 @@
 | 
			
		||||
import {
 | 
			
		||||
  IsDateString,
 | 
			
		||||
  IsInt,
 | 
			
		||||
  IsNotEmpty,
 | 
			
		||||
 | 
			
		||||
@@ -57,9 +56,8 @@ export class TrackScan extends Scan {
 | 
			
		||||
   * Will be used to implement fraud detection.
 | 
			
		||||
   */
 | 
			
		||||
  @Column()
 | 
			
		||||
  @IsDateString()
 | 
			
		||||
  @IsNotEmpty()
 | 
			
		||||
  timestamp: string;
 | 
			
		||||
  @IsInt()
 | 
			
		||||
  timestamp: number;
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * Turns this entity into it's response class.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user