Skip to content

Commit

Permalink
feat: increase work form to 45% (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
barry800414 authored Dec 10, 2024
1 parent 9eaa137 commit 572e34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/experiments/useShareLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const ACTIONS = [
generateTo: generateShareTimeSalaryTypeForm,
},
{
prob: 0.45,
prob: 0.1,
generateTo: generateShareInterviewTypeForm,
},
{
prob: 0.1,
prob: 0.45,
generateTo: generateShareWork,
},
];
Expand Down

0 comments on commit 572e34f

Please sign in to comment.