Skip to content

Commit

Permalink
change _id to id
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 10, 2024
1 parent 65921ce commit 7cd65fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prerank-stages/model/entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type EntryDelModel struct {
}

type EntryAddResponseModel struct {
ID string `json:"_id,omitempty" `
ID string `json:"id,omitempty" `
Source string `json:"source"`
Url string `json:"url"`
}
Expand Down

0 comments on commit 7cd65fd

Please sign in to comment.