@dra2020/baseclient 1.0.131 → 1.0.132

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1276,7 +1276,7 @@ class FormatDetail {
1276
1276
  this.items = [{ text: 'invalid' }];
1277
1277
  }
1278
1278
  }
1279
- prepare(o) {
1279
+ static prepare(o) {
1280
1280
  if (o) {
1281
1281
  // Make sure there is a total field
1282
1282
  o = Util.deepCopy(o);