Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
meetulr committed Nov 2, 2024
1 parent 0592e41 commit affa497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions src/resolvers/UserTag/ancestorTags.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 type { UserTagResolvers } from "../../types/generatedGraphQLTypes";

/**
Expand Down
7 changes: 2 additions & 5 deletions tests/resolvers/UserTag/ancestorTags.spec.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import "dotenv/config";
import type mongoose from "mongoose";
import { afterAll, beforeAll, describe, expect, it } from "vitest";
import type {
InterfaceOrganizationTagUser} from "../../../src/models";
import {
OrganizationTagUser,
} from "../../../src/models";
import type { InterfaceOrganizationTagUser } from "../../../src/models";
import { OrganizationTagUser } from "../../../src/models";
import { ancestorTags as ancestorTagsResolver } from "../../../src/resolvers/UserTag/ancestorTags";
import { connect, disconnect } from "../../helpers/db";
import type { TestUserTagType } from "../../helpers/tags";
Expand Down

0 comments on commit affa497

Please sign in to comment.