Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Dec 8, 2024
1 parent 1715972 commit 0221689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { inject, Injectable } from "@angular/core";
import { HttpClient, HttpParams } from "@angular/common/http";
import { HttpClient } from "@angular/common/http";
import { Store } from "@ngxs/store";
import { timeout } from "rxjs/operators";
import { firstValueFrom } from "rxjs";
Expand Down

0 comments on commit 0221689

Please sign in to comment.