From 9c3ea8dd803d6f0df768e3ae37f8c4ab2efbcc5c Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 3 Aug 2021 16:28:22 -0600 Subject: implement finalize and unsubscribe endpoints --- srv/mailinglist/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'srv/mailinglist/store.go') diff --git a/srv/mailinglist/store.go b/srv/mailinglist/store.go index 185e14d..f9790c0 100644 --- a/srv/mailinglist/store.go +++ b/srv/mailinglist/store.go @@ -17,7 +17,7 @@ import ( var ( // ErrNotFound is used to indicate an email could not be found in the // database. - ErrNotFound = errors.New("no record for given email found") + ErrNotFound = errors.New("no record found") ) // EmailIterator will iterate through a sequence of emails, returning the next -- cgit v1.2.3