* refactor(api.ts): remove redundant code block and process.exit(1) call

This commit is contained in:
di-sukharev
2023-03-11 00:15:17 +08:00
parent ed4d6e0109
commit 2a55b08b51

View File

@@ -20,7 +20,6 @@ if (!apiKey) {
outro(
'For help Look into README https://github.com/di-sukharev/opencommit#setup'
);
process.exit(1);
}
// if (!apiKey) {