Skip to content

Commit ebb3d3d

Browse files
committed
revert auto capitilization
1 parent bc37997 commit ebb3d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/api/sdk.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ namespace api
13611361
end function
13621362

13631363
' Stop specified task.
1364-
function STOP(id as string)
1364+
function stop(id as string)
13651365
req = APIRequest(Substitute("/scheduledtasks/running/{0}", id))
13661366
return deleteVoid(req)
13671367
end function
@@ -1710,7 +1710,7 @@ namespace api
17101710
end function
17111711

17121712
' Request stop in SyncPlay group.
1713-
function STOP()
1713+
function stop()
17141714
req = APIRequest("/syncplay/stop")
17151715
return postVoid(req)
17161716
end function

0 commit comments

Comments
 (0)