From 2725e2927a1595c7b100d942d1f14146252adeb7 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 04:46:40 -0400 Subject: feat: who, global chat, removed redundant YAML IDs --- internal/action/action.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/action/action.go') diff --git a/internal/action/action.go b/internal/action/action.go index a72f6ca..d66d88e 100644 --- a/internal/action/action.go +++ b/internal/action/action.go @@ -184,6 +184,5 @@ type DropEntry struct { } type DropTableDef struct { - ID string `yaml:"id"` Drops []DropEntry `yaml:"drops"` } -- cgit v1.2.3