Skip to content

Commit 9c90bfa

Browse files
committed
fix: fromEnv() make EBAY_DEV_ID optional
1 parent 41a8abb commit 9c90bfa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ class eBayApi extends Api {
4343
if (!process.env.EBAY_CERT_ID) {
4444
throw new ApiEnvError('EBAY_CERT_ID');
4545
}
46-
if (!process.env.EBAY_DEV_ID) {
47-
throw new ApiEnvError('EBAY_DEV_ID');
48-
}
4946

5047
return new eBayApi({
5148
appId: process.env.EBAY_APP_ID,

0 commit comments

Comments
 (0)