Skip to content

Commit

Permalink
remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
Xm0onh committed Jan 18, 2025
1 parent e51ac5d commit f602cbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ process.on('SIGTERM', () => {
});

const characterId = process.argv[2];
if (!characterId) {
logger.error('Please provide a character name as an argument (e.g., yarn dev argumint)');
process.exit(1);
}

const startWorkflowPolling = async () => {
try {
Expand Down

0 comments on commit f602cbf

Please sign in to comment.