Skip to content

Commit

Permalink
reafactor: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
9sneha-n committed Aug 6, 2024
1 parent 8e00ad0 commit 9fe938d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/repositories/OptionsD2Repository.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { D2Api } from "@eyeseetea/d2-api/2.36";
import { Code, Id, NamedRef } from "../../domain/entities/Ref";
import { Code, NamedRef } from "../../domain/entities/Ref";
import { apiToFuture, FutureData } from "../api-futures";
import { OptionsRepository } from "../../domain/repositories/OptionsRepository";
import { Future } from "../../domain/entities/generic/Future";
Expand Down

0 comments on commit 9fe938d

Please sign in to comment.