Skip to content

Commit

Permalink
fix: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 authored Apr 24, 2024
1 parent a17b106 commit 30d7126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/nas/nas_security/security.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ func Decode(ue *context.AmfUe, accessType models.AccessType, payload []byte,
}

err = msg.PlainNasDecode(&payload)

if err != nil {
return nil, false, err
}
Expand Down

0 comments on commit 30d7126

Please sign in to comment.