Skip to content

Commit

Permalink
ports no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 committed Apr 24, 2024
1 parent 3bbc087 commit c74485a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import { createPgComponent } from '@well-known-components/pg-component'
import { AppComponents, GlobalContext } from './types'
import { metricDeclarations } from './metrics'
import { createDBComponent } from './adapters/db'
import { createWsComponent } from './ports/ws'
import { createWsComponent } from './adapters/ws'
import createRpcServerComponent from './adapters/rpcServer'
import createRedisComponent from './ports/redis'
import createRedisComponent from './adapters/redis'
import createPubSubComponent from './adapters/pubsub'

// Initialize all the components of the app
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { WebSocketServer } from 'ws'
import { Emitter } from 'mitt'
import { metricDeclarations } from './metrics'
import { IDatabaseComponent } from './adapters/db'
import { IRedisComponent } from './ports/redis'
import { IRedisComponent } from './adapters/redis'
import { IRPCServerComponent } from './adapters/rpcServer'
import { IPubSubComponent } from './adapters/pubsub'

Expand Down

0 comments on commit c74485a

Please sign in to comment.