Skip to content

Commit a727041

Browse files
author
Dhirenderchoudhary
committed
removed stateobj
1 parent fe29f99 commit a727041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/user-status-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default class UserStatusModalComponent extends Component {
104104
return false;
105105
}
106106

107-
async updateStatusBasedOnMode(newStateObj) {
107+
async updateStatusBasedOnMode() {
108108
if (this.args.newStatus === USER_STATES.OOO) {
109109
await this.args.createOOORequest(
110110
getUTCMidnightTimestampFromDate(this.fromDate),

0 commit comments

Comments
 (0)