Skip to content

Commit

Permalink
Update code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
liuh-80 committed Nov 21, 2022
1 parent 4b09046 commit f527d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/decoratorsubscriberstatetable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ void DecoratorSubscriberStateTable::appendDefaultValue(std::string &key, std::st
{
if (op != SET_COMMAND)
{
// When pops, 'set' operation means read data, only read need decorate.
return;
}

// Not append profile config, because 'SET' command will overwrite profile config.
auto table = getTableName();
m_defaultValueProvider->appendDefaultValues(table, key, fvs);
}

0 comments on commit f527d74

Please sign in to comment.