diff --git a/orcli b/orcli index 3c2ea2e..527bbed 100755 --- a/orcli +++ b/orcli @@ -1496,7 +1496,6 @@ function log() { # post to export-rows endpoint # shellcheck shell=bash disable=SC2154 function post_export() { - csrf="$(get_csrf)" local curloptions for d in "$@"; do curloptions+=("--data-urlencode")