removed expired token

This commit is contained in:
array-in-a-matrix 2024-07-24 20:50:27 -04:00
parent 6d0ee2a2b9
commit 2b84d91d9a

View file

@ -162,6 +162,6 @@ if test $? -eq 0; then printf "%bTest: Success - $ENDPOINT" "$YAY";
else printf "%bTest: Fail - $ENDPOINT" "$NAY"; ((ERROR++));
fi; printf "%b\n" "$CLR";
echo $TOKEN
exit $ERROR;