mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
Format time, fix sort (#230)
This commit is contained in:
@@ -14,7 +14,7 @@ class WidgetsController < ActionController::Base
|
||||
source_id: cookie_params[:source_id]
|
||||
)
|
||||
|
||||
@contact = contact_inbox.contact
|
||||
@contact = contact_inbox ? contact_inbox.contact : nil
|
||||
end
|
||||
|
||||
def set_token
|
||||
|
||||
Reference in New Issue
Block a user