Skip to content

Commit

Permalink
Update src/app/shared/data-access/chat/unread-messages.service.ts
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
halbekanne and github-actions[bot] authored Dec 22, 2023
1 parent 007013b commit 392d10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/data-access/chat/unread-messages.service.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { inject, Injectable, Signal } from '@angular/core';
import { ChatHttpService } from './chat-http.service';
import { TimerService } from '../../util/time/timer.service';
import { filter, NEVER, of, shareReplay, tap } from 'rxjs';
import { filter, NEVER, of, shareReplay } from 'rxjs';
import { startWith, switchMap } from 'rxjs/operators';
import { Location } from '@angular/common';
import { toSignal } from '@angular/core/rxjs-interop';
Expand Down

0 comments on commit 392d10a

Please sign in to comment.