Skip to content

Commit

Permalink
fix: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Oct 21, 2024
1 parent 23b35c8 commit b64c8cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions db/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ type UserConfig struct {
}

type App struct {
ID uint
Name string `validate:"required"`
Description string
ID uint
Name string `validate:"required"`
Description string
// TODO rename to AppPubKey
NostrPubkey string `validate:"required"`
WalletPubkey string
CreatedAt time.Time
Expand Down

0 comments on commit b64c8cf

Please sign in to comment.