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 1ac36ce commit 52fc6a9Copy full SHA for 52fc6a9
src/providers/https.ts
@@ -164,7 +164,7 @@ export class HttpsError extends Error {
164
*/
165
readonly details?: any;
166
167
- constructor(code: FunctionsErrorCode, message?: string, details?: any) {
+ constructor(code: FunctionsErrorCode, message: string, details?: any) {
168
super(message);
169
170
// This is a workaround for a bug in TypeScript when extending Error:
0 commit comments