diff --git a/wit/resp.wit b/wit/resp.wit index 88205e7..fcd0d8e 100644 --- a/wit/resp.wit +++ b/wit/resp.wit @@ -13,7 +13,7 @@ interface resp { big-number(string), bulk-error(string), verbatim-string(tuple), - map(list>), + %map(list>), set(list), push(list), }