From 35388f6d3f705bc94ea47990576fb11ddf15eb98 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 16 Aug 2019 00:32:18 -0400 Subject: [PATCH] supreme court says organizations are people --- activity.go | 1 + 1 file changed, 1 insertion(+) diff --git a/activity.go b/activity.go index cc71e78..76a3325 100644 --- a/activity.go +++ b/activity.go @@ -991,6 +991,7 @@ func gofish(name string) string { func isactor(t string) bool { switch t { case "Person": + case "Organization": case "Application": case "Service": default: