Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Nov 10, 2024
1 parent 1b50eb2 commit aa415af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/backend-apisix/src/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ export class FromADC {
.map((route) => ({ ...route, service_id: serviceId })) ?? [];
return [
ADCSDK.utils.recursiveOmitUndefined<typing.Service>({
...service,
id: service.id,
name: service.name,
desc: service.description,
Expand Down

0 comments on commit aa415af

Please sign in to comment.