Skip to content

Commit a18bd25

Browse files
authored
Merge pull request #12 from vamsii777/fix/build
Fix Build
2 parents f2caa82 + 2b29712 commit a18bd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Resend/Resend/EmailClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class EmailClient: ResendClient {
8686
request: .init(
8787
url: APIPath.getPath(for: .cancleSchedule(emailId: emailId)),
8888
method: .POST,
89-
headers: getAuthHeader(),
89+
headers: getAuthHeader()
9090
)
9191
).get()
9292
let canceledEmail = try parseResponse(response, to: EmailSentResponse.self)

0 commit comments

Comments
 (0)