kong
kong copied to clipboard
fix(db): targets:upsert to properly handle errors
Summary
kong.db.targets:upsert
was not handling errors with kong.db.targets:each_for_upstream
correctly. This fixes it.