disable caching for now

This commit is contained in:
slonkaphone 2024-12-29 01:33:58 +03:00
parent 7c2f59b57d
commit 5ef9d0aca3

View file

@ -39,7 +39,7 @@ if [[ "$action" == "verify_token" ]]; then
bwt_verify |
[[ "$(jq -r ".till > now")" == "true" ]]
} || echo false
exit
fi
@ -53,6 +53,7 @@ if [[ "$action" == "posts" ]]; then
exit
fi
DONT_CACHE=1 # workaround
metadata
echo "<style>"