Skip to content

Commit d5d2993

Browse files
committed
fix: removed events domain
[ci skip]
1 parent 1b053ea commit d5d2993

File tree

5 files changed

+1
-339
lines changed

5 files changed

+1
-339
lines changed

src/bootstrap/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ async function bootstrapState({
161161
const sigchain = await Sigchain.createSigchain({
162162
db,
163163
keyRing,
164+
certManager,
164165
logger: logger.getChild(Sigchain.name),
165166
fresh,
166167
});

src/events/EventBus.ts

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/events/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export * as bootstrap from './bootstrap';
1616
export * as claims from './claims';
1717
export * as client from './client';
1818
export * as discovery from './discovery';
19-
export * as events from './events';
2019
export * as gestalts from './gestalts';
2120
export * as git from './git';
2221
export * as http from './http';

tests/events/EventBus.test.ts

Lines changed: 0 additions & 278 deletions
This file was deleted.

0 commit comments

Comments
 (0)