Remove uneeded delay
This commit is contained in:
		@@ -88,7 +88,7 @@ export class StartSearch implements Action {
 | 
			
		||||
export class StartSearchSuccess implements Action {
 | 
			
		||||
  readonly type = STARTSEARCHSUCCESS;
 | 
			
		||||
 | 
			
		||||
  constructor(public features: Array<Feature>, public query:IQueryState) { }
 | 
			
		||||
  constructor(public features: Array<Feature>, public query:IQueryState,public setStateCount:number) { }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export class SelectFeature implements Action {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user