diff --git a/app/lib/toggl.rb b/app/lib/toggl.rb index 408b8be..aa0b812 100644 --- a/app/lib/toggl.rb +++ b/app/lib/toggl.rb @@ -16,6 +16,7 @@ module Toggl response = HTTParty.post( "#{TOGGL_PORTAL_URL}/report", body: { + # TODO: Replace these, rails keeps complaining about deprecations "start_date": start_time.to_date.to_fs(), "end_date": end_time.to_date.to_fs(), "project_ids": [toggl_project_id]