Skip to content

Commit 80440a7

Browse files
committed
Revert "yeah, one more."
This reverts commit 6eb95a8.
1 parent 6eb95a8 commit 80440a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/sequester/ImportIssues/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private static async Task<int> Main(
6060
$"Unable to load Quest import configuration options.");
6161
}
6262

63-
using QuestGitHubService serviceWorker = await CreateService(importOptions, false); // !singleIssue);
63+
using QuestGitHubService serviceWorker = await CreateService(importOptions, !singleIssue);
6464

6565
if (singleIssue)
6666
{

0 commit comments

Comments
 (0)