Compare commits
	
		
			No commits in common. "ab90dd2679f518b271def11fbf2c82c581013ad9" and "d048360c110e18562304888498a2fc4e936efe8d" have entirely different histories.
		
	
	
		
			ab90dd2679
			...
			d048360c11
		
	
		
@ -1,5 +1,5 @@
 | 
				
			|||||||
[tool.bumpversion]
 | 
					[tool.bumpversion]
 | 
				
			||||||
current_version = "1.3.30"
 | 
					current_version = "1.3.29"
 | 
				
			||||||
commit = true
 | 
					commit = true
 | 
				
			||||||
tag = true
 | 
					tag = true
 | 
				
			||||||
tag_name = "{new_version}"
 | 
					tag_name = "{new_version}"
 | 
				
			||||||
 | 
				
			|||||||
@ -93,7 +93,6 @@
 | 
				
			|||||||
                    return response.json();
 | 
					                    return response.json();
 | 
				
			||||||
                })
 | 
					                })
 | 
				
			||||||
                .then(data => {
 | 
					                .then(data => {
 | 
				
			||||||
                    console.log('Received VAPID public key:', data.public_key);
 | 
					 | 
				
			||||||
                    const applicationServerKey = urlB64ToUint8Array(data.public_key);
 | 
					                    const applicationServerKey = urlB64ToUint8Array(data.public_key);
 | 
				
			||||||
                    registration.pushManager.subscribe({
 | 
					                    registration.pushManager.subscribe({
 | 
				
			||||||
                        userVisibleOnly: true,
 | 
					                        userVisibleOnly: true,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user