about summary refs log tree commit diff stats
path: root/browse-slack
diff options
context:
space:
mode:
Diffstat (limited to 'browse-slack')
-rw-r--r--browse-slack/main.mu1
1 files changed, 0 insertions, 1 deletions
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