Skip to content

Commit 85fd5ce

Browse files
authored
Fix Monitor type name (#36)
1 parent c016b1c commit 85fd5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonkuma/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class MonitorType(StrEnum):
2929
PUSH = "push"
3030
STEAM = "steam"
3131
MQTT = "mqtt"
32-
SQL = "sqlserver"
32+
SQLSERVER = "sqlserver"
3333
JSON_QUERY = "json-query"
3434
GROUP = "group"
3535
DOCKER = "docker"

0 commit comments

Comments
 (0)