Skip to content

Instantly share code, notes, and snippets.

@anatoliyfedorenko
Created July 13, 2020 06:06
Show Gist options
  • Select an option

  • Save anatoliyfedorenko/2479c780e5eab04db754f20428293f4b to your computer and use it in GitHub Desktop.

Select an option

Save anatoliyfedorenko/2479c780e5eab04db754f20428293f4b to your computer and use it in GitHub Desktop.
logs to change
err = api.Storage.Profile().Update(ctx, user)
if err != nil {
api.Logger.WithFields(logrus.Fields{"err": err}).Error("Update failed")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment