Skip to content

Commit

Permalink
changes after review part II
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Sep 12, 2024
1 parent 9f691dd commit 4920422
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,9 @@ export function getInitialDestination(
}

export function getCurrentDeskDestination(id?: string): ISendToDestination {
const destinationDeskId: string = sdApi.desks.getCurrentDeskId();

return {
type: 'desk',
desk: id ?? destinationDeskId,
desk: id ?? sdApi.desks.getCurrentDeskId(),
stage: null,
};
}

0 comments on commit 4920422

Please sign in to comment.