Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
factory: (channelName, listenerName, options) => {
return new FileSystemCheckpointer(channelName, listenerName, options);
},
options: {basePath: `checkpointers/${this.config.org}-checkpointer`}
factory: (channelName, fListenerName, fOptions) => {
return new FileSystemCheckpointer(channelName, fListenerName, fOptions);
},
options: {basePath: `checkpointers/${this.config.org}-checkpointer`},