From 1bc713da4a0fe0dfa8dab14a7f00ca861bcf8887 Mon Sep 17 00:00:00 2001 From: Alejandro Marulanda Date: Thu, 18 Apr 2024 17:12:27 +0200 Subject: [PATCH] Remove unneeded _isParamsSet field --- src/core/runtime-field.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/runtime-field.js b/src/core/runtime-field.js index c939abd..570fc41 100644 --- a/src/core/runtime-field.js +++ b/src/core/runtime-field.js @@ -33,7 +33,6 @@ class RuntimeField { this._body = {}; this._isTypeSet = false; this._isScriptSet = false; - this._isParamsSet = false; if (!isNil(type)) { this.type(type);