Skip to content

Commit

Permalink
charge code and projects are retrieved based on active projects (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: amrmahdyy <[email protected]>
  • Loading branch information
rmaffitsancsoft and amrmahdyy authored Aug 2, 2024
1 parent 15d05b0 commit dd599f5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
firstValueFrom,
map,
merge,
of,
shareReplay,
skip,
startWith,
Expand Down Expand Up @@ -212,6 +213,7 @@ export class PSRTimeListComponent implements OnInit, OnDestroy {

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

const chargeCodeResponse$ = chargeCodeRequest$.pipe(
Expand Down

0 comments on commit dd599f5

Please sign in to comment.