disable caching for now
This commit is contained in:
parent
7c2f59b57d
commit
5ef9d0aca3
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ if [[ "$action" == "verify_token" ]]; then
|
||||||
bwt_verify |
|
bwt_verify |
|
||||||
[[ "$(jq -r ".till > now")" == "true" ]]
|
[[ "$(jq -r ".till > now")" == "true" ]]
|
||||||
} || echo false
|
} || echo false
|
||||||
|
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -53,6 +53,7 @@ if [[ "$action" == "posts" ]]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
DONT_CACHE=1 # workaround
|
||||||
metadata
|
metadata
|
||||||
|
|
||||||
echo "<style>"
|
echo "<style>"
|
||||||
|
|
Loading…
Reference in a new issue