mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-09 09:14:06 +00:00
Downstream event subscription support. (#47)
* Downstream event subscription support. * Logging changes.
This commit is contained in:
Vendored
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user