Skip to content

Commit

Permalink
removed migration_id from update_map
Browse files Browse the repository at this point in the history
  • Loading branch information
vsumit89 committed Dec 23, 2022
1 parent 19e7ee4 commit 63cd756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/service/fact-check/action/claim/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ func update(w http.ResponseWriter, r *http.Request) {
"header_code": claim.HeaderCode,
"footer_code": claim.FooterCode,
"medium_id": claim.MediumID,
"migration_id": claim.MigrationID,
"description_amp": claim.DescriptionAMP,
"migrated_html": claim.MigratedHTML,
}
Expand Down

0 comments on commit 63cd756

Please sign in to comment.