mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
correct imports
This commit is contained in:
parent
afa74f1b10
commit
5155578df7
@ -1,9 +1,10 @@
|
||||
import { EncryptedTransferArgs, ensureUrlEndsWithSlash } from 'core'
|
||||
import { EncryptedTransferArgs } from '../../../graphql/model/EncryptedTransferArgs'
|
||||
import { FederatedCommunity as DbFederatedCommunity } from 'database'
|
||||
import { GraphQLClient } from 'graphql-request'
|
||||
import { getLogger } from 'log4js'
|
||||
import { LOG4JS_BASE_CATEGORY_NAME } from '../../../config/const'
|
||||
import { sendCommand } from './query/sendCommand'
|
||||
import { ensureUrlEndsWithSlash } from '../../../util/utilities'
|
||||
|
||||
const logger = getLogger(`${LOG4JS_BASE_CATEGORY_NAME}.federation.client.1_0.CommandClient`)
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ import { fullName } from '../../util/utilities'
|
||||
import { settlePendingSenderTransaction } from './settlePendingSenderTransaction'
|
||||
import { storeForeignUser } from './storeForeignUser'
|
||||
import { storeLinkAsRedeemed } from './storeLinkAsRedeemed'
|
||||
import { V1_0_CommandClient } from '../..'
|
||||
import { CommandClient as V1_0_CommandClient } from '../../federation/client/1_0/CommandClient'
|
||||
import { SendEmailCommand } from '../../command/commands/SendEmailCommand'
|
||||
|
||||
const createLogger = (method: string) =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user