Better LSP error handling
This commit is contained in:
@@ -61,7 +61,7 @@ package schema
|
||||
found := false
|
||||
if listIn != nil {
|
||||
for _, item := range listIn.Items {
|
||||
if item.Label == "Sig:DS" {
|
||||
if item.Label == "DS:Sig" {
|
||||
found = true
|
||||
}
|
||||
}
|
||||
@@ -79,7 +79,7 @@ package schema
|
||||
found = false
|
||||
if listOut != nil {
|
||||
for _, item := range listOut.Items {
|
||||
if item.Label == "Sig:DS" {
|
||||
if item.Label == "DS:Sig" {
|
||||
found = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user