Fix
This commit is contained in:
		
							parent
							
								
									723955a323
								
							
						
					
					
						commit
						69ba8c8ba8
					
				| 
						 | 
				
			
			@ -41,7 +41,7 @@
 | 
			
		|||
        headers: {
 | 
			
		||||
          'Content-Type': 'application/json',
 | 
			
		||||
        },
 | 
			
		||||
        body: JSON.stringify(storageObject),
 | 
			
		||||
        body: JSON.stringify({data: storageObject}),
 | 
			
		||||
      });
 | 
			
		||||
 | 
			
		||||
      if (!response.ok) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue