Downstream event subscription support. (#47)

* Downstream event subscription support.

* Logging changes.
This commit is contained in:
Ashwin Phatak
2021-06-09 15:11:05 +05:30
committed by GitHub
parent fc44617db3
commit 7035a513b1
11 changed files with 646 additions and 112 deletions
-2
View File
@@ -19,8 +19,6 @@ export const getCache = async (config: Config): Promise<undefined | Cache> => {
// Cache is optional.
if (config) {
log('config', JSON.stringify(config, null, 2));
const { name, enabled, deleteOnStart } = config;
assert(name);