From 42846b8d7a766abd355513b526fc0c9065a6421f Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 6 May 2023 23:10:18 +0400 Subject: [PATCH] gbsqlite.SQLiteDatabase -> guestbook.Guestbook. --- internal/http/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/http/handlers.go b/internal/http/handlers.go index 2e24d48..eaa3dd3 100644 --- a/internal/http/handlers.go +++ b/internal/http/handlers.go @@ -21,7 +21,7 @@ import ( ) type Handlers struct { - guestbookDB *gbsqlite.SQLiteDatabase + guestbookDB guestbook.Guestbook captchaExpire time.Duration guestbookOwner string guestbookPageSize int64