mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	 cc47ccaa2c
			
		
	
	cc47ccaa2c
	
	
	
		
			
			Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Pranav <pranav@chatwoot.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			177 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			177 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import ApiClient from './ApiClient';
 | |
| 
 | |
| class SlaAPI extends ApiClient {
 | |
|   constructor() {
 | |
|     super('sla_policies', { accountScoped: true });
 | |
|   }
 | |
| }
 | |
| 
 | |
| export default new SlaAPI();
 |