Skip to content

Commit 08368ea

Browse files
Update config.ts
1 parent 671c29f commit 08368ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export class NormalizedConfig {
8787
assert.isNonWhitespaceString("API Key", config.apiKey);
8888
this.apiKey = config.apiKey;
8989

90-
9190
// Make request on behalf of child account (partner API)
9291
if (config.onBehalfOf) {
9392
assert.isNonWhitespaceString("On Behalf of API Key", config.onBehalfOf);

0 commit comments

Comments
 (0)