fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-09 14:06:51 +01:00
parent 30053fe441
commit 669ef262d7
2 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,6 @@ myUniverse.start(8765); // start the server and provide the port on which to lis
All your microservices represents clients in the universe that may talk to each other using the universe server.
## Contribution
We are always happy for code contributions. If you are not the code contributing type that is ok. Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: You can [contribute one time](https://lossless.link/contribute-onetime) or [contribute monthly](https://lossless.link/contribute). :)

View File

@ -1,3 +1,5 @@
import * as plugins from './smartuniverse.plugins';
export class BroadcastSUbscription {}
export class BroadcastSubscription {
}