Skip to content

Commit

Permalink
fix: fix style [KM-970]
Browse files Browse the repository at this point in the history
  • Loading branch information
raoxiaoyan committed Feb 25, 2025
1 parent 5ccc504 commit f393a53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const getPayload = computed((): UpstreamFormPayload => {
hash_on: state.fields.hashOn,
hash_fallback: state.fields.hashFallback,
healthchecks: {},
host_header : state.fields.hostHeader ? state.fields.hostHeader : '',
host_header : state.fields.hostHeader ? state.fields.hostHeader : null,
client_certificate : state.fields.clientCertificate ? { id: state.fields.clientCertificate } : undefined,
}
Expand Down

0 comments on commit f393a53

Please sign in to comment.