swagger lint

This commit is contained in:
Michael Quigley
2022-07-25 16:44:13 -04:00
parent 754674d8f8
commit 17c75b212d
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ func createAccountHandler(params identity.CreateAccountParams) middleware.Respon
logrus.Infof("account created with id = '%v'", id)
return identity.NewCreateAccountCreated().WithPayload(&rest_model.AccountResponse{
APIToken: token,
Token: token,
})
}