Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff authored and hasanlatch007 committed Feb 19, 2022
1 parent c3607c0 commit b9c265f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/programs/tickets/travel/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ async function getString(
return await retryUntilSatisfied(
() => _getString(channel, userId, prompt, timeout),
(s) => Boolean(s?.length),
ct,
ct
);
}

Expand Down

0 comments on commit b9c265f

Please sign in to comment.