forked from jsnbuchanan/crowd-funder-for-time-pwa
Alert dialog for odd edge-case
This commit is contained in:
@@ -105,6 +105,8 @@ async function getNotificationCount() {
|
||||
const messageWithNonceAsUint8Array = self.decodeBase64(identity);
|
||||
const nonce = messageWithNonceAsUint8Array.slice(0, 24);
|
||||
const message = messageWithNonceAsUint8Array.slice(24, identity.length);
|
||||
const decoder = new TextDecoder("utf-8");
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user