Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Apr 10, 2024
1 parent 3b6ec98 commit 611ffe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { CryptoEngine, setEngine } from 'pkijs'
import { getLibp2pAddressesFromCsrs, removeFilesFromDir } from '../common/utils'

import { LazyModuleLoader } from '@nestjs/core'
import { isPSKcodeValid, p2pAddressesToPairs } from '@quiet/common'
import { createLibp2pAddress, isPSKcodeValid, p2pAddressesToPairs } from '@quiet/common'
import { CertFieldsTypes, getCertFieldValue, loadCertificate } from '@quiet/identity'
import {
ChannelMessageIdsResponse,
Expand Down

0 comments on commit 611ffe5

Please sign in to comment.