We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacda20 commit a22f500Copy full SHA for a22f500
src/register-device.ts
@@ -95,7 +95,7 @@ async function getPushCertificateLink({ deep }: { deep: DeepClient }) {
95
let webPushCertificateLink;
96
if (data.length === 0) {
97
throw new Error(
98
- `Select with data ${JSON.stringify(selectData)} returned empty result`
+ `Select with data ${JSON.stringify(selectData)} returned empty result. Neither WebPushCertificate or UsesWebPushCertificate link is found`
99
);
100
}
101
const usesWebPushCertificateLinks = data.filter(
0 commit comments