superfaceai / service-client

Library provides client for superface backend apis.
MIT License
5 stars 1 forks source link

fix: Removing url from provider definition for good #64

Closed kysely closed 2 years ago

kysely commented 2 years ago

Description

Motivation and Context

When mapping older “flat” provider API response, the url was assigned undefined value instead of actually removing it from the object. This PR fixes that.

Types of changes

Checklist:

janhalama commented 2 years ago

@kysely thanks for fixing it