check if fetch issue
This commit is contained in:
parent
19349e08f7
commit
a8a9cf27ba
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -100,7 +100,7 @@ func main() {
|
||||||
ClientSecret: os.Getenv("MASTODON_CLIENT_SECRET"),
|
ClientSecret: os.Getenv("MASTODON_CLIENT_SECRET"),
|
||||||
AccessToken: os.Getenv("MASTODON_ACCESS_TOKEN"),
|
AccessToken: os.Getenv("MASTODON_ACCESS_TOKEN"),
|
||||||
})
|
})
|
||||||
// masto_user, err := masto_client.GetAccountCurrentUser(ctx)
|
_, err = masto_client.GetAccountCurrentUser(ctx)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
|
Loading…
Reference in a new issue