diff --git a/db-connector.go b/db-connector.go index 39a0f24..4d06a60 100755 --- a/db-connector.go +++ b/db-connector.go @@ -6172,7 +6172,7 @@ func fixAppAppend(allApps []WorkflowApp, innerApp WorkflowApp) ([]WorkflowApp, W func GetUserApps(ctx context.Context, userId string) ([]WorkflowApp, error) { wrapper := []WorkflowApp{} - var err error + //var err error cacheKey := fmt.Sprintf("userapps-%s", userId) if project.CacheDb { diff --git a/oauth2.go b/oauth2.go index 161e118..32ba9e3 100755 --- a/oauth2.go +++ b/oauth2.go @@ -5,7 +5,7 @@ package shuffle import ( "bytes" "context" - "regexp" + //"regexp" "crypto/sha256" "encoding/base64" "encoding/json"