function moveGifts({ gifts }, { payload: { sourceId, targetId } }) {
  return move({ sourceId, targetId, data: gifts });
}