Skip to content

Commit be71f52

Browse files
committed
chore(playmatch): set matched_name on manual match requests
1 parent 776c9c0 commit be71f52

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/command/playmatch.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ pub async fn manual_match_platform(
608608
provider_id: igdb_id.to_string(),
609609
provider: Igdb,
610610
name,
611+
matched_name: None,
611612
comment,
612613
user_id: Some(playmatch_user_ctx.playmatch_user.id),
613614
})
@@ -658,6 +659,7 @@ pub async fn manual_match_company(
658659
provider_id: igdb_id.to_string(),
659660
provider: Igdb,
660661
name,
662+
matched_name: None,
661663
comment,
662664
user_id: Some(playmatch_user_ctx.playmatch_user.id),
663665
})
@@ -725,6 +727,7 @@ pub async fn manual_match_game(
725727
sha1: sha1_hash,
726728
sha256: sha256_hash,
727729
name,
730+
matched_name: None,
728731
comment,
729732
user_id: Some(playmatch_user_ctx.playmatch_user.id),
730733
})

0 commit comments

Comments
 (0)