mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-02-23 22:04:23 +01:00
Fix typo
This commit is contained in:
@@ -22,7 +22,7 @@ type Invoice struct {
|
||||
Preimage string `json:"preimage" bun:",nullzero"`
|
||||
Internal bool `json:"internal" bun:",nullzero"`
|
||||
State string `json:"state" bun:",default:'initialized'"`
|
||||
ErrorMessage string `json:"error_mesage" bun:",nullzero"`
|
||||
ErrorMessage string `json:"error_message" bun:",nullzero"`
|
||||
AddIndex uint64 `json:"add_index" bun:",nullzero"`
|
||||
CreatedAt time.Time `bun:",nullzero,notnull,default:current_timestamp"`
|
||||
ExpiresAt bun.NullTime `bun:",nullzero"`
|
||||
|
||||
Reference in New Issue
Block a user