Skip to content

Commit

Permalink
Use correct rest for job state
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Alekseev committed Oct 1, 2020
1 parent abd2741 commit cebbcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RESTMethods/JobState/JobStateRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public final class JobStateRequest: NetworkRequest {
public typealias Response = JobStateResponse

public let httpMethod = HTTPMethod.post
public let pathWithLeadingSlash = KickstartWorkerRESTMethod().pathWithLeadingSlash
public let pathWithLeadingSlash = JobStateRESTMethod().pathWithLeadingSlash

public let payload: JobStatePayload?
public init(payload: JobStatePayload) {
Expand Down

0 comments on commit cebbcef

Please sign in to comment.