Add comment

This commit is contained in:
Eric Bailey
2025-07-08 10:53:27 -05:00
parent 191af191bd
commit 93f8429783
+2
View File
@@ -60,6 +60,8 @@ export function Provider({children}: {children: React.ReactNode}) {
if (!isNetworkError(e)) {
logger.error(`ageAssurance: failed to fetch`, {safeMessage: e})
}
// don't re-throw error, we'll just fall back to defaults
}
},
})