Skip to content

Commit

Permalink
Add better console message
Browse files Browse the repository at this point in the history
Closes #877
  • Loading branch information
kachick committed Jun 22, 2023
1 parent 19a8b4f commit 07715f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashira-web/src/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const ping = async () => {
// FIXME:
// currently cloud functions doesn't return appropriate response
// that fits httpsCallable protocol even if the function succeeded.
console.log("error:", e);
console.log("Known Bug - #877:", e, "See https://github.com/pankona/hashira/issues/877 for further detail.");
}
};

Expand Down

0 comments on commit 07715f4

Please sign in to comment.