diff --git a/app/http/endpoints/root/callback.go b/app/http/endpoints/root/callback.go index 0b6ce7b..c84c56b 100644 --- a/app/http/endpoints/root/callback.go +++ b/app/http/endpoints/root/callback.go @@ -111,7 +111,7 @@ func CallbackHandler(ctx *gin.Context) { // TODO: Error handling if err := dbclient.Client.UserGuilds.Set(currentUser.Id, wrappedGuilds); err != nil { - log.Error(err) + log.Error(err.Error()) } }() }