Skip to content

Commit

Permalink
fix: s/Request/request/
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul d'Hubert committed Oct 16, 2018
1 parent 87da9f2 commit 4c7d925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activity-watch-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Argument TIME time at which the heartbeat was computed."

(defun activity-watch--send-heartbeat (heartbeat)
"Send HEARTBEAT to activity watch server."
(Request (concat activity-watch-api-host "/api/0/buckets/" (activity-watch--bucket-id) "/heartbeat")
(request (concat activity-watch-api-host "/api/0/buckets/" (activity-watch--bucket-id) "/heartbeat")
:type "POST"
:params `(("pulsetime" . ,activity-watch-pulse-time))
:data (json-encode heartbeat)
Expand Down

0 comments on commit 4c7d925

Please sign in to comment.