Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
err check
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jul 2, 2021
1 parent 681ebed commit 67246cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/apps/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,11 @@ func createAsyncApp(app application, developerEntities developers.Appdevelopers,
u, _ := url.Parse(apiclient.BaseURL)
//store the developer and the credential
developerID, err := getNewDeveloperId(*app.DeveloperID, developerEntities) //*app.DeveloperID
if err != nil {
clilog.Error.Println(err)
return
}

credentials := *app.Credentials

//remove the developer id and credentials from the payload
Expand Down

0 comments on commit 67246cb

Please sign in to comment.