mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Don't send json to the tty
This commit is contained in:
parent
6ea52dae17
commit
398033bf0a
1 changed files with 1 additions and 3 deletions
|
|
@ -4,8 +4,6 @@ class SailorsLogTeletypeJob < ApplicationJob
|
|||
def perform(message)
|
||||
HTTP.auth("Bearer #{ENV['TELETYPE_API_KEY']}")
|
||||
.post("https://printer.schmitworks.dev/api/raw",
|
||||
body: {
|
||||
text: message
|
||||
})
|
||||
body: message)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue