Skip to content

Commit

Permalink
Fix rebasing mistake with domain in Message
Browse files Browse the repository at this point in the history
  • Loading branch information
geier1993 committed Jan 2, 2025
1 parent fcceeb3 commit ecd2e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/multio/message/MessageHeader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ std::int64_t Message::Header::globalSize() const {

std::string Message::Header::domain() const {
if (auto optVal = metadata_.read().getOpt<std::string>(glossary().domain); optVal) {
return *optVal;
}
throw MetadataMissingKeyException(glossary().domain, Here());
}
Expand Down

0 comments on commit ecd2e72

Please sign in to comment.