fix: remove setResource in favor of setLocalData
This commit is contained in:
		@ -11,7 +11,7 @@ if ('serviceWorker' in navigator) {
 | 
			
		||||
      try {
 | 
			
		||||
        const updatedData = await updatedResponse.json();
 | 
			
		||||
        if (sibStore && "setResource" in sibStore) {
 | 
			
		||||
          sibStore.setResource(updatedURL, updatedData);
 | 
			
		||||
          sibStore.setLocalData(updatedData, updatedURL);
 | 
			
		||||
        }
 | 
			
		||||
      } catch (e) {
 | 
			
		||||
        console.error(e);
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user