Skip to content

Commit

Permalink
Merge branch 'master' into update-browserlist
Browse files Browse the repository at this point in the history
  • Loading branch information
notbakaneko authored Oct 21, 2024
2 parents 2750336 + 24769fd commit faced63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Forum/TopicWatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static function setState($topic, $user, $state)
}

return $watch;
} catch (Exception $e) {
} catch (\Throwable $e) {
if (is_sql_unique_exception($e) && $tries < 2) {
$tries++;
} else {
Expand Down

0 comments on commit faced63

Please sign in to comment.