Skip to content

Commit 105fd21

Browse files
committed
fix merge conflict
1 parent ec963aa commit 105fd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/nest/qss/qss.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ import { CommonModule } from '../common/common.module'
1414
@Module({
1515
imports: [SigChainModule, LocalDbModule, forwardRef(() => OrbitDbModule), CaptchaModule, SocketModule, CommonModule],
1616
providers: [QSSService, QSSClient, QSSAuthConnectionManager, QSSAuthConnection],
17-
exports: [QSSService],
17+
exports: [QSSService, QSSClient],
1818
})
1919
export class QSSModule {}

0 commit comments

Comments
 (0)