This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(WatchGroup): remove an interface
WatchGroup does not need to implement both WatchRecord<H> and Record<H> because WatchRecord<H> extends Record<H>. Closes #927
- Loading branch information