Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
meetulr committed Feb 15, 2024
1 parent 1035569 commit 7906b51
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/resolvers/Query/actionItemsByOrganization.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import type { QueryResolvers } from "../../types/generatedGraphQLTypes";
import type {
InterfaceActionItem} from "../../models";
import {
ActionItem,
ActionItemCategory
} from "../../models";
import type { InterfaceActionItem } from "../../models";
import { ActionItem, ActionItemCategory } from "../../models";
import { getWhere } from "./helperFunctions/getWhere";
import { getSort } from "./helperFunctions/getSort";
/**
Expand Down

0 comments on commit 7906b51

Please sign in to comment.