We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0db68f commit 6f7074bCopy full SHA for 6f7074b
src/Bot/Dubtrack.hs
@@ -80,7 +80,7 @@ instance IsEntity RoomName where
80
81
getRoom :: Effect (Entity RoomName)
82
getRoom = do
83
- reply <- listToMaybe <$> selectEntities (P.Proxy @RoomName) (Take 1 All)
+ reply <- listToMaybe <$> selectEntities P.Proxy (Take 1 All)
84
case reply of
85
Just reply' -> return reply'
86
Nothing -> createEntity P.Proxy $ RoomName "tsoding"
0 commit comments