Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-0311 committed Sep 16, 2023
1 parent b01e98a commit ccd963e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers/Organization/pinnedPosts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { InterfaceOrganization, Post } from "../../models";
import { Post } from "../../models";
import { cachePosts } from "../../services/PostCache/cachePosts";
import { findPostsInCache } from "../../services/PostCache/findPostsInCache";
import type { OrganizationResolvers } from "../../types/generatedGraphQLTypes";
Expand Down

0 comments on commit ccd963e

Please sign in to comment.