From a8a9cf27ba522b87d8053d9cc9218d5b4a7b277a Mon Sep 17 00:00:00 2001 From: Andriy Cherniy Date: Fri, 5 Jan 2024 21:50:59 +0200 Subject: [PATCH] check if fetch issue --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 444eb95..a3179a3 100755 --- a/main.go +++ b/main.go @@ -100,7 +100,7 @@ func main() { ClientSecret: os.Getenv("MASTODON_CLIENT_SECRET"), AccessToken: os.Getenv("MASTODON_ACCESS_TOKEN"), }) - // masto_user, err := masto_client.GetAccountCurrentUser(ctx) + _, err = masto_client.GetAccountCurrentUser(ctx) if err != nil { log.Fatal(err)