Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit d710d45

Browse files
Removed faulty method property (#1328)
Co-authored-by: Sergii Bezliudnyi <serg.bezludny@gmail.com>
1 parent 4b0c732 commit d710d45

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

site/content/docs/url-monitors/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ new UrlMonitor('hello-url-1', {
5858
name: 'Hello URL',
5959
activated: true,
6060
request: {
61-
method: 'GET',
6261
url: 'https://api.checklyhq.com/v1/echo/get',
6362
assertions: [
6463
UrlAssertionBuilder.statusCode().equals(200),
@@ -77,7 +76,6 @@ new UrlMonitor('hello-url-1', {
7776
name: 'Hello URL',
7877
activated: true,
7978
request: {
80-
method: 'GET',
8179
url: 'https://api.checklyhq.com/v1/echo/get',
8280
assertions: [
8381
UrlAssertionBuilder.statusCode().equals(200),

0 commit comments

Comments
 (0)