mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
Fix typo.
This commit is contained in:
parent
bd88d05ac6
commit
662f6ef68a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue