travis-api/lib/travis/api/v3/services/user/sync.rb
2015-03-30 12:38:05 +02:00

8 lines
143 B
Ruby

module Travis::API::V3
class Services::User::Sync < Service
def run!
query.sync if access_control.writable? find
end
end
end