We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0ece7 commit b44416bCopy full SHA for b44416b
example/functions/src/react/TodoList.tsx
@@ -22,7 +22,7 @@ const API = {
22
method: "DELETE",
23
});
24
if (!response.ok) {
25
- throw new Error("Could not create todo");
+ throw new Error("Could not delete todo");
26
}
27
await response.text();
28
},
0 commit comments