Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alder Whiteford authored and Alder Whiteford committed Jun 20, 2024
1 parent b13fe76 commit 31efeb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/entities/events/previews/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Common struct {
Link string `json:"link"`
StartTime time.Time `json:"start_time"`
EndTime time.Time `json:"end_time"`
Image string `json:"image"`
Image string `json:"image"`
}

type EventStub struct {
Expand Down
2 changes: 1 addition & 1 deletion backend/entities/models/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Event struct {
Description string `json:"description"`
Host *uuid.UUID `json:"host"`

Image string `json:"image"`
Image string `json:"image"`

// geoshi
EventType EventType `json:"event_type"`
Expand Down

0 comments on commit 31efeb2

Please sign in to comment.