Make sure to remove extends (#4198)

This commit is contained in:
Peter Hedenskog 2024-06-23 18:32:42 +02:00 committed by GitHub
parent 7d262115b3
commit 6adc8eea33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ async function api(options) {
);
apiOptions = merge(options.explicitOptions, config);
delete apiOptions.config;
delete apiOptions.extends;
}
if (action === 'add' || action === 'addAndGetResult') {