Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed Oct 29, 2024
1 parent 175a071 commit 4b6eb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sbi/processor/pdu_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (p *Processor) HandlePDUSessionSMContextCreate(
}

var doSubscribe bool = false
defer func(){
defer func() {
if doSubscribe {
if !p.Context().Ues.UeExists(smContext.Supi) {
if problemDetails, err := p.Consumer().
Expand Down

0 comments on commit 4b6eb4f

Please sign in to comment.