From 875b3f97bf5ac37e49eef07d4c01d21dae8ecbc5 Mon Sep 17 00:00:00 2001 From: Dimas Restu H Date: Mon, 25 Apr 2022 04:11:20 +0700 Subject: [PATCH] update commitment to use word datastore rather than database --- internal/startup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/startup.go b/internal/startup.go index b1a3360..d219a8f 100644 --- a/internal/startup.go +++ b/internal/startup.go @@ -10,7 +10,7 @@ func Startup() { devices, err := pkgWhatsApp.WhatsAppDatastore.GetAllDevices() if err != nil { - log.Print(nil).Error("Failed to Load WhatsApp Client Devices from Database") + log.Print(nil).Error("Failed to Load WhatsApp Client Devices from Datastore") } for _, device := range devices {