delete old if statement

This commit is contained in:
filifa 2024-08-03 17:53:18 -05:00
parent 587a9bf90a
commit 02b63027e2
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ fi
# training)
gamePk=$(sqlite3 $db "select gamePk from games where teamId='$team' and state='In Progress' limit 1")
if [[ -z "$gamePk" ]]
if [[ "$gamePk" = 'null' ]]
then
echo "$0:" 'no live games found' >&2
exit 1