From 055e0f7fe81f4a844409e61fdcc465630cfcefcf Mon Sep 17 00:00:00 2001 From: Colin Henry Date: Wed, 9 Oct 2019 19:29:18 -0700 Subject: [PATCH] removed unnecessary code --- auth/user.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/auth/user.go b/auth/user.go index 225d4ff..8700f29 100644 --- a/auth/user.go +++ b/auth/user.go @@ -25,9 +25,4 @@ type User struct { Picture string `json:"picture"` Nickname string `json:"nickname"` Apps map[string]interface{} `json:"app_metadata,omitempty"` - - //UserMetadata UserMetadata `json:"user_metadata"` } - -// type UserMetadata struct { -// }