Closed mcsuka closed 3 weeks ago
@mcsuka Thank for your contribution! Starting from v2.0 Tyk Sync has become a close source product. This repository will be archived and no longer maintained. We will review all the contributions and think out fixing them in the product.
Remove incorrect map key calculation
Description
the 'slug' value does not exist for OAS APIs
There is an ongoing discussion related to this issue with Carlos Villanúa carlos@tyk.ioand Josh Blakeley josh@tyk.io Please note, I did not apply changes made by format-check and linting, because they are irrelevant to my fix.
Related Issue
N/A
Motivation and Context
tyk-sync sync
was deleting OAS APIs from the cloud dashboardTest Coverage For This Change
manually tested there are no unit tests in this repo
Screenshots (if appropriate)
Types of changes
Checklist
master
!master
branch (left side). Also, it would be best if you started your change off our latestmaster
.gofmt -s -w .
go vet ./...
golangci-lint run