Skip to content

Commit

Permalink
[fix] the subscribe form display the incorrect data (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 authored Oct 26, 2021
1 parent 251151f commit b830ba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function sliceConfigurationsFromSubscriber(subscriber) {
}
})
}
if (dnnConfigs[dnn].upSecurity !== null){
if (dnnConfigs[dnn].upSecurity){
return {
dnn: dnn,
uplinkAmbr: dnnConfigs[dnn].sessionAmbr.uplink,
Expand Down

0 comments on commit b830ba7

Please sign in to comment.