Skip to content

Commit

Permalink
fix: typo in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Apr 18, 2024
1 parent c29d97b commit dcbaf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/resolvers/Query.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import UserArticleLink from 'src/database/models/userArticleLink';
import UserSettings from 'src/database/models/userSettings';
import AppVariable from 'src/database/models/AppVariable';
import AppVariable from 'src/database/models/appVariable';
import { groupEventQueue, expiredGroupEventQueue } from 'src/lib/queues';
import { processConnection } from '../utils/connection';

Expand Down

0 comments on commit dcbaf24

Please sign in to comment.