Cleanup test_chat

This commit is contained in:
Emery Hemingway 2024-03-15 10:21:24 +00:00
parent 76acf2cb67
commit d654195fb8
1 changed files with 10 additions and 9 deletions

View File

@ -51,6 +51,7 @@ proc chat(turn: var Turn; ds: Cap; username: string) =
echo who, ": ", what
discard publish(turn, ds, Present(username: username))
discard trampoline:
whelp readStdin(turn.facet, ds, username)