This commit is contained in:
einhornimmond 2024-02-22 09:06:42 +01:00
parent c8b7fff757
commit 0c96b97457
2 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@ import { CONFIG } from '@/config'
import { BackendClient } from './client/BackendClient'
import { CommunityRepository } from './data/Community.repository'
import { Mnemonic } from './data/Mnemonic'
import { CommunityDraft } from './graphql/input/CommunityDraft'
import { AddCommunityContext } from './interactions/backendToDb/community/AddCommunity.context'
import { logger } from './logging/logger'
import createServer from './server/createServer'
import { LogError } from './server/LogError'
import { Mnemonic } from './data/Mnemonic'
import { stopTransmitToIota, transmitToIota } from './tasks/transmitToIota'
async function waitForServer(

View File

@ -12,12 +12,12 @@ import { TransactionError } from '@/graphql/model/TransactionError'
import { CommunityLoggingView } from '@/logging/CommunityLogging.view'
import { logger } from '@/logging/logger'
import { InterruptiveSleepManager } from '@/manager/InterruptiveSleepManager'
import { LogError } from '@/server/LogError'
import { getDataSource } from '@/typeorm/DataSource'
import { CreateTransactionRecipeContext } from '../transaction/CreateTransationRecipe.context'
import { CommunityRole } from './Community.role'
import { LogError } from '@/server/LogError'
export class HomeCommunityRole extends CommunityRole {
private transactionRecipe: Transaction