Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Nov 4, 2024
1 parent 6dbcad7 commit d18b266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/user.service.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getProfileTagsForTheme } from 'src/utils/getProfileTagsForTheme'
import { collection, getDocs, query, where } from 'firebase/firestore'
import { DB_ENDPOINTS, IModerationStatus, profileTags } from 'oa-shared'
import { DB_ENDPOINTS, IModerationStatus } from 'oa-shared'
import { firestore } from 'src/utils/firebase'
import { getProfileTagsForTheme } from 'src/utils/getProfileTagsForTheme'

import type { IHowtoDB, IResearchDB, ITag, IUserDB } from 'oa-shared'
import type { UserCreatedDocs } from 'src/pages/User/types'
Expand Down

0 comments on commit d18b266

Please sign in to comment.