diff --git a/browse-slack/main.mu b/browse-slack/main.mu index ad567b94..cb07b317 100644 --- a/browse-slack/main.mu +++ b/browse-slack/main.mu @@ -1,5 +1,4 @@ type channel { - id: (handle array byte) name: (handle array byte) posts: (handle array int) # item indices newest-post-index: int