Skip to content

Commit

Permalink
fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
meetulr committed Jul 13, 2024
1 parent 754b21d commit 63efbc0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/resolvers/Organization/userTags.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ import { GraphQLError } from "graphql";
import type mongoose from "mongoose";
import { Types } from "mongoose";
import { afterAll, beforeAll, describe, expect, it } from "vitest";
import type {
InterfaceOrganization} from "../../../src/models";
import {
OrganizationTagUser,
} from "../../../src/models";
import type { InterfaceOrganization } from "../../../src/models";
import { OrganizationTagUser } from "../../../src/models";
import {
parseCursor,
userTags as userTagsResolver,
Expand Down

0 comments on commit 63efbc0

Please sign in to comment.