Update microsoft-message-list-fetch-error-handler.service.ts

This commit is contained in:
neo773
2026-06-02 14:26:34 +05:30
parent f438658b6b
commit 6dfb1af261
@@ -14,7 +14,7 @@ export class MicrosoftMessageListFetchErrorHandler {
) {}
// oxlint-disable-next-line @typescripttypescript/no-explicit-any
public handleError(error: any): never {
public handleError(error: any): void {
this.logger.error(`Error fetching message list: ${JSON.stringify(error)}`);
const networkError = this.microsoftNetworkErrorHandler.handleError(error);