diff options
Diffstat (limited to 'src/Erebos/DirectMessage.hs')
| -rw-r--r-- | src/Erebos/DirectMessage.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Erebos/DirectMessage.hs b/src/Erebos/DirectMessage.hs index 6eb8a8c..6697d53 100644 --- a/src/Erebos/DirectMessage.hs +++ b/src/Erebos/DirectMessage.hs @@ -152,8 +152,8 @@ instance Service DirectMessage where updateDirectMessagePeer . finalOwner =<< asks svcPeerIdentity serviceStorageWatchers _ = - [ SomeStorageWatcherHC lookupSharedValueHC syncDirectMessageToPeer - , GlobalStorageWatcherH lookupSharedValueH findMissingPeers + [ someStorageWatcherHC lookupSharedValueHC syncDirectMessageToPeer + , globalStorageWatcherH lookupSharedValueH findMissingPeers ] |