Skip to content

Commit 9ca149a

Browse files
author
JagCesar
committed
fixup! Add climate state request
1 parent ecd016e commit 9ca149a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/Requests/ClimateStateRequest.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public struct ClimateStateRequest: RequestProtocol {
2020
WebRequest.request(
2121
path: path,
2222
method: method,
23-
params: nil,
2423
accessToken: accessToken) { response, error in
2524
if let error = error {
2625
DispatchQueue.main.async {

0 commit comments

Comments
 (0)