Skip to content

Commit

Permalink
Make projection optionnal
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinceveve committed Feb 24, 2020
1 parent ea59c73 commit 30fec15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-geteventstore",
"version": "0.3.0",
"version": "0.3.1",
"description": "Event Store connector for Nest js",
"author": "Taimoor Alam <taimoor.alam@daypaio.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/EventStoreBusConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TAcknowledgeEventStoreEvent, TEventStoreEvent } from './EventTypes';
import { EventStoreProjection } from './EventStoreProjection';

export type EventStoreBusConfig = {
projections: EventStoreProjection[],
projections?: EventStoreProjection[],
subscriptions: {
catchup?: EventStoreCatchupSubscriptionConfig[],
//volatile? : EventStoreVolatileSubscription[],
Expand Down

0 comments on commit 30fec15

Please sign in to comment.