mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 04:34:29 +08:00
Fix typo.
This commit is contained in:
parent
bd88d05ac6
commit
662f6ef68a
@ -42,7 +42,7 @@ class LogAnalyzer
|
|||||||
user_agent =~ /Mobile|Android|webOS/ && !(user_agent =~ /iPad|Nexus (7|10)/)
|
user_agent =~ /Mobile|Android|webOS/ && !(user_agent =~ /iPad|Nexus (7|10)/)
|
||||||
end
|
end
|
||||||
|
|
||||||
def parsed_timge
|
def parsed_time
|
||||||
DateTime.strptime(time, TIME_FORMAT) if time
|
DateTime.strptime(time, TIME_FORMAT) if time
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user