Skip to content

Commit

Permalink
Fix stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nab138 committed May 7, 2024
1 parent 56ff947 commit 16d6ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetworkTables/NT4Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class NT4Client: WebSocketDelegate {
// TODO: maybe return nil?
return 0
}
return NT4Client.getClientTimeUS() + Int64(serverTimeOffset_us)!
return NT4Client.getClientTimeUS() + Int64(serverTimeOffset_us!)
}

}

0 comments on commit 16d6ab5

Please sign in to comment.