Skip to content

Commit e790da7

Browse files
committed
Remove name cause it's weird for an entitiy
1 parent e764aa5 commit e790da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Bot/Dubtrack.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ newtype RoomName = RoomName
7474
}
7575

7676
instance IsEntity RoomName where
77-
nameOfEntity _ = "DubtrackRoomName"
77+
nameOfEntity _ = "DubtrackRoom"
7878
toProperties reply = Map.fromList [("name", PropertyText $ unName reply)]
7979
fromProperties = fmap RoomName . extractProperty "name"
8080

0 commit comments

Comments
 (0)