diff --git a/src/utils/common/errorUtil.ts b/src/utils/common/errorUtil.ts index a09fbfa9a64af620f1b5f7f189409a4bdeebac19..3439001c2c679cb2b556e99186f66bca720446e9 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; }