Skip to content

Commit

Permalink
fix: slowest cases
Browse files Browse the repository at this point in the history
  • Loading branch information
pgagnidze committed Dec 12, 2023
1 parent 1ef02cb commit 5ff6135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bird/owl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ export const owl = async ({
case "slow":
slowMo = 100;
break;
case "very slow":
case "very_slow":
slowMo = 250;
break;
case "extremely slow":
case "extremely_slow":
slowMo = 500;
break;
default:
Expand Down

0 comments on commit 5ff6135

Please sign in to comment.