Skip to content

Commit

Permalink
Merge pull request #334 from sancsoft/316-psr---time-charge-codes
Browse files Browse the repository at this point in the history
removed getChargeCodes by clientId in psr time list
  • Loading branch information
rmaffitsancsoft authored Aug 16, 2024
2 parents f2714f1 + 0ddf281 commit 9c405ae
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,7 @@ export class PSRTimeListComponent implements OnInit, OnDestroy {
shareReplay({ bufferSize: 1, refCount: false }),
);

const clientId$ = psr$.pipe(map((t) => t.clientId));

const chargeCodeRequest$ = combineLatest({
clientId: clientId$,
active: of(true),
});

Expand Down

0 comments on commit 9c405ae

Please sign in to comment.