Skip to content

Commit

Permalink
fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
meetulr committed Aug 23, 2024
1 parent 7f1d982 commit 49c55f3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/resolvers/Query/getUserTagAncestors.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import type {
InterfaceOrganizationTagUser} from "../../models";
import {
OrganizationTagUser,
} from "../../models";
import type { InterfaceOrganizationTagUser } from "../../models";
import { OrganizationTagUser } from "../../models";
import { errors, requestContext } from "../../libraries";
import type { QueryResolvers } from "../../types/generatedGraphQLTypes";
import { TAG_NOT_FOUND } from "../../constants";
Expand Down

0 comments on commit 49c55f3

Please sign in to comment.