This commit is contained in:
Yuce Tekol 2017-12-19 23:59:04 +03:00
parent 7355f97b62
commit bdf813d7ee
No known key found for this signature in database
GPG key ID: CB59E46D2FB90573

View file

@ -740,6 +740,5 @@ func enrichDiagnosticsWithSchemaProperties(d *diagnostics.Diagnostics, holder *H
d.Set("NumFrames", numFrames)
d.Set("NumSlices", numSlices)
d.Set("BSIFieldCount", bsiFieldCount)
d.Set("BSIEnabled", bsiFieldCount > 0)
d.Set("TimeQuantumEnaled", timeQuantumEnabled)
d.Set("TimeQuantumEnabled", timeQuantumEnabled)
}