diff --git a/src/utils/common/errorUtil.ts b/src/utils/common/errorUtil.ts index a09fbfa9a..3439001c2 100644 --- a/src/utils/common/errorUtil.ts +++ b/src/utils/common/errorUtil.ts @@ -33,6 +33,6 @@ export function ErrorBannerMessage(bannerErrorCode) { break; default: errorMessage = `Unknown Error Code - ${bannerErrorCode} Encountered`; - return errorMessage; } + return errorMessage; }