We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861a416 commit 9955a39Copy full SHA for 9955a39
src/app/models/adoption-info.ts
@@ -110,4 +110,4 @@ const testPromise = Promise.resolve(testData);
110
111
export default (TESTING ? testPromise : fetch(url).then((r) => r.json())).then(
112
camelCaseKeys
113
-);
+).catch(() => ({}));
0 commit comments