mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2025-01-18 05:20:47 +00:00
remove unnecessary assignment.
This commit is contained in:
parent
856b7b5a5b
commit
15dcaeedda
@ -114,7 +114,7 @@ module OBSWS
|
||||
}
|
||||
payload[:d][:requestData] = data if data
|
||||
LOGGER.debug("sending request: #{payload}")
|
||||
queued = @driver.text(JSON.generate(payload))
|
||||
@driver.text(JSON.generate(payload))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user