Skip to content

Commit

Permalink
fix: fixed parse payload issue with alias id
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Dec 1, 2023
1 parent 402786b commit d9f9533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/parse-payload.js
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ async function parsePayload(data, ws) {
await this.wsp.request({
action: 'vacuum',
timeout: ms('15s'),
alias_id: payload.session.user.alias_id
alias_id: payload.alias_id
});
}

Expand Down

0 comments on commit d9f9533

Please sign in to comment.