From 83242d96ca5a2220bd6654f23b5c27b2b38c93e6 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 30 Nov 2017 14:53:54 +0900 Subject: [PATCH] fix #68 --- apps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.go b/apps.go index 6d7552f..301fa6f 100644 --- a/apps.go +++ b/apps.go @@ -27,7 +27,7 @@ type AppConfig struct { // Application is mastodon application. type Application struct { - ID int64 `json:"id"` + ID ID `json:"id"` RedirectURI string `json:"redirect_uri"` ClientID string `json:"client_id"` ClientSecret string `json:"client_secret"`