Skip to content

Commit

Permalink
chore(remote/Handler): todo list w/ level
Browse files Browse the repository at this point in the history
  • Loading branch information
mcakircali committed Jul 30, 2024
1 parent eb4db7f commit d0a30f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fdb5/remote/Handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ struct BaseHelper {
};

struct ListHelper : public BaseHelper<ListElement> {
// void extraDecode(eckit::Stream& s) { s >> level_; }

ListIterator apiCall(FDB& fdb, const FDBToolRequest& request) const {
/// @todo return fdb.list(request, level_);
return fdb.list(request);
}
};
Expand Down

0 comments on commit d0a30f0

Please sign in to comment.