Skip to content

Commit

Permalink
Remove unused releaseDate variable
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed May 30, 2024
1 parent e2e3956 commit 4f55199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ private function getUpdateVersion() : array {
return [];
}

$releaseDate = new \DateTime($this->config[$this->oem][$this->channel]['release']);
$stable = $this->config[$this->oem]['stable'][$this->platform];
$beta = $this->config[$this->oem]['beta'][$this->platform];

Expand Down

0 comments on commit 4f55199

Please sign in to comment.