Skip to content

Commit

Permalink
Fix unix timestamp
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Waidelich <[email protected]>
  • Loading branch information
mhsdesign and bwaidelich authored Sep 19, 2023
1 parent 9328330 commit 674ef8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function __construct(
public readonly Timestamps $timestamps,
) {
if ($this->classification->isTethered() && $this->nodeName === null) {
throw new \InvalidArgumentException('The NodeName must be set if the Node is tethered.', 1695118377232);
throw new \InvalidArgumentException('The NodeName must be set if the Node is tethered.', 1695118377);
}
}

Expand Down

0 comments on commit 674ef8b

Please sign in to comment.