Skip to content

Commit

Permalink
new servers have no ensembles by default
Browse files Browse the repository at this point in the history
  • Loading branch information
d0kt0r0 committed Jul 27, 2017
1 parent 6337b9c commit 0af9fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Estuary/Types/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ data Server = Server {

newServer :: Server
newServer = Server {
password = "password",
password = "",
clients = Map.empty,
ensembles = Map.fromList [("testingA",E.emptyEnsemble),("testingB",E.emptyEnsemble)]
ensembles = Map.empty
}


Expand Down

0 comments on commit 0af9fff

Please sign in to comment.