Skip to content

Commit

Permalink
enable wap for report
Browse files Browse the repository at this point in the history
Fixes #133 - fixed, finally. Apologies for the delay.
Fixes #162 - no longer necessary
  • Loading branch information
hexylena committed Oct 21, 2024
1 parent 54dc164 commit d888043
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions parts/70-look-for.sh
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,12 @@ look_for() {
elif [[ "${query_name}" == "iquery"* ]]; then
query_influx "$QUERY" "$query_name" "$fields" "$tags" "$timestamp"
fi
elif [[ $query_type == "report" ]]; then
obtain_func "$query_type" "$query_name" "$@"

if [[ "${query_name}" == "report"* ]]; then
query_tbl_wrapper "$QUERY"
fi
else
$fn "$@";

Expand Down

0 comments on commit d888043

Please sign in to comment.