mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix indet
This commit is contained in:
		
							parent
							
								
									abc8c8cfd6
								
							
						
					
					
						commit
						07d69276b9
					
				| @ -24,11 +24,11 @@ function storeApplicationMetaData (appName, key, value) { | ||||
|     const data = {}; | ||||
|     data[key] = value; | ||||
|     return fetch(`${URI}/${appName}`, { | ||||
|             method: 'POST', | ||||
|             headers, | ||||
|             body: JSON.stringify(data), | ||||
|             credentials: 'include', | ||||
|         }).then(throwIfNotSuccess); | ||||
|         method: 'POST', | ||||
|         headers, | ||||
|         body: JSON.stringify(data), | ||||
|         credentials: 'include', | ||||
|     }).then(throwIfNotSuccess); | ||||
| } | ||||
| 
 | ||||
| module.exports = { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user