@ -73,7 +73,7 @@ void get( const std::shared_ptr< restbed::Session > session ) {
bool atleastone = false;
for(auto &x : restaurants) {
atleastone = true;
ss << x->jsonify() << ",";
ss << x->jsonify({day}) << ",";
}
if(atleastone)
ss.seekp(-1, ss.cur);
The note is not visible to the blocked user.