|  | @@ -112,7 +112,7 @@ client.findById=async function(cid,attributes){
 | 
	
		
			
				|  |  |      sequelize.query(sqlQuery,
 | 
	
		
			
				|  |  |      		  { replacements: [cid], type: sequelize.QueryTypes.SELECT }
 | 
	
		
			
				|  |  |      		).then(function(projects) {
 | 
	
		
			
				|  |  | -    		  console.log(projects)
 | 
	
		
			
				|  |  | +    		  console.log(projects[0])
 | 
	
		
			
				|  |  |      		})
 | 
	
		
			
				|  |  |      
 | 
	
		
			
				|  |  |  //       await this.sequelize.query(sqlQuery,
 |