Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed Mar 30, 2024
1 parent 7608f47 commit d1637f0
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 3,563 deletions.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/

let containers = require('./containers'),
platform = require('./platform'),
specs = require('./specs'),
types = require('./types'),
utils = require('./utils'),
Expand Down
1 change: 0 additions & 1 deletion lib/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,6 @@ class RecordType extends Type {
constructor (schema, opts) {
opts = Object.assign({}, opts);

let namespace;
if (schema.namespace !== undefined) {
opts.namespace = schema.namespace;
} else if (schema.name) {
Expand Down
Loading

0 comments on commit d1637f0

Please sign in to comment.