diff --git a/package.json b/package.json
index 85cd6db..428c71a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "kener",
- "version": "3.1.9",
+ "version": "3.1.10",
"private": false,
"license": "MIT",
"description": "Kener: An open-source Node.js status page application for real-time service monitoring, incident management, and customizable reporting. Simplify service outage tracking, enhance incident communication, and ensure a seamless user experience.",
diff --git a/src/lib/server/services/apiCall.js b/src/lib/server/services/apiCall.js
index 91258c0..f0283db 100644
--- a/src/lib/server/services/apiCall.js
+++ b/src/lib/server/services/apiCall.js
@@ -46,7 +46,8 @@ class ApiCall {
let method = this.monitor.type_data.method;
let timeout = this.monitor.type_data.timeout || 5000;
let tag = this.monitor.tag;
- let monitorEval = !!this.monitor.type_data.monitorEval ? this.monitor.type_data.monitorEval : defaultEval;
+
+ let monitorEval = !!this.monitor.type_data.eval ? this.monitor.type_data.eval : defaultEval;
for (let i = 0; i < this.envSecrets.length; i++) {
const secret = this.envSecrets[i];
diff --git a/src/routes/(docs)/+layout.svelte b/src/routes/(docs)/+layout.svelte
index 3846129..610e6e3 100644
--- a/src/routes/(docs)/+layout.svelte
+++ b/src/routes/(docs)/+layout.svelte
@@ -92,7 +92,7 @@
Kener Documentation
- 3.1.9
+ 3.1.10