Skip to content

Commit

Permalink
bad things happen when you forget about that one little change you ma…
Browse files Browse the repository at this point in the history
…de ages ago
  • Loading branch information
sberrevoets committed Mar 21, 2024
1 parent b4c1bd5 commit 3e259c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/NTPClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ final class NTPClient {
PDU.isValidResponse() else
{
print("nil")
print(String(describing: data ?? "nil"))
completion(nil)
return
}
Expand Down

0 comments on commit 3e259c1

Please sign in to comment.