mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05: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)/)
|
||||
end
|
||||
|
||||
def parsed_timge
|
||||
def parsed_time
|
||||
DateTime.strptime(time, TIME_FORMAT) if time
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue