Skip to content

Commit 738a779

Browse files
committed
chore: remove retry
1 parent 83199ef commit 738a779

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cli.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ const { _, ...flags } = mri(process.argv.slice(2), {
88
apiKey: process.env.MICROLINK_API_KEY,
99
pretty: true,
1010
color: true,
11-
copy: false,
12-
retry: 0
11+
copy: false
1312
}
1413
})
1514

0 commit comments

Comments
 (0)