Skip to content

Commit f583f8e

Browse files
committed
minor fix
1 parent 385d8bd commit f583f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remote-config/src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ interface ErrorParams {
104104
[ErrorCode.FETCH_PARSE]: { originalErrorMessage: string };
105105
[ErrorCode.FETCH_STATUS]: { httpStatus: number };
106106
[ErrorCode.CUSTOM_SIGNAL_MAX_ALLOWED_SIGNALS]: { maxSignals: number };
107-
[ErrorCode.CONFIG_UPDATE_STREAM_ERROR]: { originalErrorMessage?: string };
107+
[ErrorCode.CONFIG_UPDATE_STREAM_ERROR]: { originalErrorMessage: string };
108108
[ErrorCode.CONFIG_UPDATE_UNAVAILABLE]: { originalErrorMessage: string };
109109
[ErrorCode.CONFIG_UPDATE_MESSAGE_INVALID]: { originalErrorMessage: string };
110110
[ErrorCode.CONFIG_UPDATE_NOT_FETCHED]: { originalErrorMessage: string };

0 commit comments

Comments
 (0)