Minor bug fix (typo)
All checks were successful
on-push / build-and-test (push) Successful in 56s

This commit is contained in:
2026-01-09 08:48:55 +01:00
parent f1aaa1f608
commit c37cc81a74

View File

@@ -24,7 +24,7 @@ namespace art::seafire::representation
{
using local_traits = traits::representation_traits<BR>;
if constexpr (local_traits::has_entity_tag_t)
if constexpr (local_traits::has_entity_tag)
return rep.etag();
return std::nullopt;
@@ -37,7 +37,6 @@ namespace art::seafire::representation
return rep.etag();
}
// last-modified
//
template<BasicRepresentation BR>