Skip to content

Commit

Permalink
chore: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed May 29, 2024
1 parent 58c8867 commit db7e2d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/nostr/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (s *Subscription) AfterFind(tx *gorm.DB) error {

type RequestEvent struct {
ID uint
SubscriptionId *uint `validate:"required"`
SubscriptionId *uint `validate:"required"`
NostrId string `validate:"required"`
Content string
State string
Expand All @@ -133,7 +133,7 @@ type RequestEvent struct {
type ResponseEvent struct {
ID uint
RequestId *uint
SubscriptionId *uint `validate:"required"`
SubscriptionId *uint `validate:"required"`
NostrId string `validate:"required"`
Content string
RepliedAt time.Time
Expand Down

0 comments on commit db7e2d4

Please sign in to comment.