mirror of
https://github.com/rajnandan1/kener.git
synced 2026-04-23 19:38:25 -05:00
adding docs
This commit is contained in:
+1
-2
@@ -14,8 +14,7 @@ import * as cheerio from "cheerio";
|
||||
let monitors = [];
|
||||
let site = {};
|
||||
const envSecrets = [];
|
||||
const defaultEval = `
|
||||
(function (statusCode, responseTime, responseData) {
|
||||
const defaultEval = `(function (statusCode, responseTime, responseData) {
|
||||
let statusCodeShort = Math.floor(statusCode/100);
|
||||
if(statusCodeShort >=2 && statusCodeShort <= 3) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user