Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Sep 7, 2024
1 parent 5804515 commit ae0e7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Andrewangeta @fpseverino
3 changes: 2 additions & 1 deletion Sources/SendGridKit/SendGridClient.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import Foundation
@preconcurrency import Foundation
import NIO
import AsyncHTTPClient
import NIOHTTP1
import NIOFoundationCompat

public struct SendGridClient: Sendable {
let apiURL = "https://api.sendgrid.com/v3/mail/send"
Expand Down

0 comments on commit ae0e7f1

Please sign in to comment.