Skip to content

Commit 443a64e

Browse files
authored
Merge pull request #54 from alexemanuelol/remove-identifier
Remove unused identifier
2 parents 85f3e09 + 2f4c601 commit 443a64e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rustplus.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,9 @@ class RustPlus extends EventEmitter {
337337

338338
/**
339339
* Unsubscribes from a Camera
340-
* @param identifier Camera Identifier
341340
* @param callback
342341
*/
343-
unsubscribeFromCamera(identifier, callback) {
342+
unsubscribeFromCamera(callback) {
344343
this.sendRequest({
345344
cameraUnsubscribe: {
346345

0 commit comments

Comments
 (0)