Skip to content

Commit

Permalink
[API] Fix getDate description
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfreeman committed May 9, 2024
1 parent 8d12eb7 commit 489027e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ extension Request.System: CustomStringConvertible {
case .property(let key): return "property(\(key))"
case .alert: return "alert"
case .ping(let bytes): return "ping(\(bytes.count) bytes)"
case .getDate: return "info"
case .getDate: return "getDate"
case .setDate(let date): return "setDate(\(date))"
case .update(let manifest): return "update(\(manifest))"
}
Expand Down

0 comments on commit 489027e

Please sign in to comment.