diff --git a/src/services/db/user.ts b/src/services/db/user.ts index 2d83330a..94b7381a 100644 --- a/src/services/db/user.ts +++ b/src/services/db/user.ts @@ -1,6 +1,6 @@ import { pool } from './connection'; import { logger } from '../logger'; -import { Profile, MasterGroceryItem, ShoppingList, ActivityLogItem, UserProfile, User } from '../../types'; +import { Profile, MasterGroceryItem, ShoppingList, ActivityLogItem } from '../../types'; import { getShoppingLists } from './shopping'; import { getWatchedItems } from './personalization';