File tree 5 files changed +5
-10
lines changed
5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -7912,8 +7912,7 @@ var Model = /** @class */ (function () {
7912
7912
if (!field)
7913
7913
return false;
7914
7914
var context = Context.getInstance();
7915
- return field instanceof context.components.Number ||
7916
- field instanceof context.components.Uid;
7915
+ return field instanceof context.components.Number || field instanceof context.components.Uid;
7917
7916
};
7918
7917
/**
7919
7918
* Tells if a field is a attribute (and thus not a relation)
Original file line number Diff line number Diff line change @@ -7796,8 +7796,7 @@ class Model {
7796
7796
if (!field)
7797
7797
return false;
7798
7798
const context = Context.getInstance();
7799
- return field instanceof context.components.Number ||
7800
- field instanceof context.components.Uid;
7799
+ return field instanceof context.components.Number || field instanceof context.components.Uid;
7801
7800
}
7802
7801
/**
7803
7802
* Tells if a field is a attribute (and thus not a relation)
Original file line number Diff line number Diff line change @@ -7796,8 +7796,7 @@ class Model {
7796
7796
if (!field)
7797
7797
return false;
7798
7798
const context = Context.getInstance();
7799
- return field instanceof context.components.Number ||
7800
- field instanceof context.components.Uid;
7799
+ return field instanceof context.components.Number || field instanceof context.components.Uid;
7801
7800
}
7802
7801
/**
7803
7802
* Tells if a field is a attribute (and thus not a relation)
Original file line number Diff line number Diff line change @@ -7796,8 +7796,7 @@ class Model {
7796
7796
if (!field)
7797
7797
return false;
7798
7798
const context = Context.getInstance();
7799
- return field instanceof context.components.Number ||
7800
- field instanceof context.components.Uid;
7799
+ return field instanceof context.components.Number || field instanceof context.components.Uid;
7801
7800
}
7802
7801
/**
7803
7802
* Tells if a field is a attribute (and thus not a relation)
Original file line number Diff line number Diff line change @@ -7911,8 +7911,7 @@ var VuexORMGraphQLPlugin = (function (exports) {
7911
7911
if (!field)
7912
7912
return false;
7913
7913
var context = Context.getInstance();
7914
- return field instanceof context.components.Number ||
7915
- field instanceof context.components.Uid;
7914
+ return field instanceof context.components.Number || field instanceof context.components.Uid;
7916
7915
};
7917
7916
/**
7918
7917
* Tells if a field is a attribute (and thus not a relation)
You can’t perform that action at this time.
0 commit comments