mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
This reverts commit e5dad7a64e
.
This commit is contained in:
@@ -367,10 +367,7 @@ GRAPHQL;
|
||||
}
|
||||
|
||||
if (!isset($previous_release['published_at'])) {
|
||||
throw new Exception(
|
||||
$previous_release['message'] ??
|
||||
"Could not find previous release tag. ($this->from)"
|
||||
);
|
||||
throw new Exception("Could not find previous release tag.");
|
||||
}
|
||||
|
||||
$this->getPullRequests($previous_release['published_at']);
|
||||
|
Reference in New Issue
Block a user