Skip to content

Instantly share code, notes, and snippets.

@anatoliyfedorenko
Created July 13, 2020 06:06
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