Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
possible318 committed Nov 16, 2021
1 parent db4ce0f commit 8aae9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin/LiveReservation.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,6 @@ private static function checkLottery(array $data): bool|array
'text' => $data['lottery_prize_info']['text'], // "预约有奖:小电视年糕抱枕、哔哩哔哩小电视樱花毛绒抱枕大号、哔哩哔哩小夜灯"
];
}
return false;
}
}

0 comments on commit 8aae9d9

Please sign in to comment.