Skip to content

Commit

Permalink
update pr
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning committed Sep 30, 2024
1 parent ee88800 commit 5c1f64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
4 changes: 2 additions & 2 deletions Sources/APNSExample/Program.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ struct Main {
responseDecoder: JSONDecoder(),
requestEncoder: JSONEncoder()
)

try await client.run()

do {
try await Self.sendSimpleAlert(with: client)
Expand All @@ -66,6 +64,8 @@ struct Main {
logger.warning("error sending push: \(error)")
}

try await client.run()

}
}

Expand Down
52 changes: 0 additions & 52 deletions Tests/APNSTests/APNSClientTests.swift

This file was deleted.

0 comments on commit 5c1f64f

Please sign in to comment.