Merge branch 'next-minor' into develop
This commit is contained in:
commit
c8ee03f639
1 changed files with 1 additions and 1 deletions
|
|
@ -106,6 +106,6 @@ class Services::Twitter < Service
|
||||||
end
|
end
|
||||||
|
|
||||||
def delete_from_twitter service_post_id
|
def delete_from_twitter service_post_id
|
||||||
client.status_destroy service_post_id
|
client.destroy_status service_post_id
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue