This commit is contained in:
Georges-Antoine Assi
2026-02-13 11:24:15 -05:00
parent fe5b831afc
commit a3c882885f

View File

@@ -705,7 +705,7 @@ def get_rom_by_hash(
md5_hash: Annotated[str | None, Query(description="MD5 hash value")] = None,
sha1_hash: Annotated[str | None, Query(description="SHA1 hash value")] = None,
ra_hash: Annotated[
str | None, Query(description="RetroAchivements hash value")
str | None, Query(description="RetroAchievements hash value")
] = None,
) -> DetailedRomSchema:
if not crc_hash and not md5_hash and not sha1_hash and not ra_hash: