Skip to content

Commit

Permalink
refactor: clean up unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
brettski committed Nov 30, 2023
1 parent ed8cc1d commit 2222eb7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/graphql/resolvers/mutations/shareWithAddBy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import * as Sentry from '@sentry/node';
import { dataSources } from '@thatconference/api';
import memberStore from '../../../dataSources/cloudFirestore/member';
import sharingWithStore from '../../../dataSources/cloudFirestore/sharingWith';
import {
findSharedProfile,
findSharedProfileProfileLoader,
} from '../../../lib/findSharedProfile';
import { findSharedProfileProfileLoader } from '../../../lib/findSharedProfile';

const dlog = debug('that:api:members:mutation:share-with-add-by');
const orderStore = dataSources.cloudFirestore.order;
Expand Down

0 comments on commit 2222eb7

Please sign in to comment.