Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Apr 12, 2024
1 parent ea96b13 commit 798355d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/zwave-js/src/lib/driver/NetworkCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ function tryParseSerializedProtocol(
}
}


function tryParseDate(value: unknown): Date | undefined {
// Dates are stored as timestamps
if (typeof value === "number") {
Expand Down

0 comments on commit 798355d

Please sign in to comment.