We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c30d6 commit 00b9062Copy full SHA for 00b9062
lib/stream-chat/util.rb
@@ -16,7 +16,7 @@ def self.get_sort_fields(sort)
16
end
17
18
# Normalizes a timestamp to RFC 3339 / ISO 8601 string format.
19
- sig { params(timestamp: T.any(DateTime, Time, String)).returns(String)}
+ sig { params(timestamp: T.any(DateTime, Time, String)).returns(String) }
20
def self.normalize_timestamp(timestamp)
21
case timestamp
22
when DateTime then timestamp.rfc3339
0 commit comments