From 7116f79e7a67d83a6ae6cc59316d8b5b63dc774c Mon Sep 17 00:00:00 2001 From: tjpcc Date: Thu, 31 Aug 2023 20:26:30 -0600 Subject: a gopher MapDocument is a MenuType --- gopher/response.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gopher/response.go') diff --git a/gopher/response.go b/gopher/response.go index 527e742..042feba 100644 --- a/gopher/response.go +++ b/gopher/response.go @@ -91,7 +91,7 @@ func (md MapDocument) String() string { // Meta will be the MapDocument itself. func (md MapDocument) Response() *types.Response { return &types.Response{ - Status: DocumentType, + Status: MenuType, Meta: md, Body: md.serialize(), } -- cgit v1.2.3