Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
fix: Presence boolean to be 'presence' not 'present'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgreenleaf committed Sep 4, 2015
1 parent 213f791 commit 5f107c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/presence.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Presence.prototype = {
};

var message = {
'present': options.present
'presence': options.present
};

this.incus.send(this.incus.newCommand(command, message));
Expand Down

0 comments on commit 5f107c4

Please sign in to comment.