Skip to content

Commit

Permalink
chore: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux committed Dec 2, 2024
1 parent df5ab32 commit 3f2616d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Adapter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ export default class Adapter extends AdapterModuleCore {
telephonyStatus: (this._auth.loggedIn && this._presence.telephonyStatus) || null,
userStatus: (this._auth.loggedIn && this._presence.userStatus) || null,
dndStatus: (this._auth.loggedIn && this._presence.dndStatus) || null,
presenceOption:(this._auth.loggedIn && this._presence.presenceOption) || null,
presenceOption: (this._auth.loggedIn && this._presence.presenceOption) || null,
});
}
}
Expand Down

0 comments on commit 3f2616d

Please sign in to comment.