X Tutup
Skip to content

Commit 330490a

Browse files
committed
Change base class from Service to Service::HttpPost
1 parent d224aab commit 330490a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/typetalk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class Service::Typetalk < Service
1+
class Service::Typetalk < Service::HttpPost
22
string :client_id, :topic, :restrict_to_branch
33
password :client_secret
44
white_list :topic, :restrict_to_branch

0 commit comments

Comments
 (0)
X Tutup