Skip to content

Commit

Permalink
Remove unneeded _isParamsSet field
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Marulanda committed Apr 18, 2024
1 parent 219e949 commit 1bc713d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/runtime-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class RuntimeField {
this._body = {};
this._isTypeSet = false;
this._isScriptSet = false;
this._isParamsSet = false;

if (!isNil(type)) {
this.type(type);
Expand Down

0 comments on commit 1bc713d

Please sign in to comment.