Skip to content

Commit 2f4c601

Browse files
committed
Remove unused identifier
1 parent 85f3e09 commit 2f4c601

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)