We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ed1e7 commit be657e2Copy full SHA for be657e2
src/util.ts
@@ -30,7 +30,7 @@ export function chooseUsers(
30
)
31
32
// all-assign
33
- if (desiredNumber === 0) {
+ if (!desiredNumber) {
34
return {
35
teams,
36
users,
0 commit comments