Skip to content

Commit

Permalink
Remove the conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Castelli committed Feb 24, 2020
1 parent 086a650 commit 9cb25d0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
Binary file not shown.
40 changes: 20 additions & 20 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@
"repositoryURL": "https://github.com/vapor/console.git",
"state": {
"branch": null,
"revision": "d6cf07af59ae63cd95c4b5f98cf1f25627750fd1",
"version": "3.1.0"
"revision": "74cfbea629d4aac34a97cead2447a6870af1950b",
"version": "3.1.1"
}
},
{
"package": "Core",
"repositoryURL": "https://github.com/vapor/core.git",
"state": {
"branch": null,
"revision": "1794ff138bd669175a2528d27695028d7cb30471",
"version": "3.5.0"
"revision": "10d33362a47fab03a067e78fb0791341d9c634fa",
"version": "3.9.3"
}
},
{
"package": "Crypto",
"repositoryURL": "https://github.com/vapor/crypto.git",
"state": {
"branch": null,
"revision": "bce9ac891c9b33fc045deda713e0d976d13b749a",
"version": "3.3.1"
"revision": "df8eb7d8ae51787b3a0628aa3975e67666da936c",
"version": "3.3.3"
}
},
{
"package": "DatabaseKit",
"repositoryURL": "https://github.com/vapor/database-kit.git",
"state": {
"branch": null,
"revision": "3557894af50914e134803a684b42a9ea6eefaea2",
"version": "1.3.2"
"revision": "8f352c8e66dab301ab9bfef912a01ce1361ba1e4",
"version": "1.3.3"
}
},
{
Expand All @@ -51,26 +51,26 @@
"repositoryURL": "https://github.com/vapor/multipart.git",
"state": {
"branch": null,
"revision": "e57007c23a52b68e44ebdfc70cbe882a7c4f1ec3",
"version": "3.0.2"
"revision": "f063180d0b84832accd33194e06ed3c41f8609ac",
"version": "3.1.1"
}
},
{
"package": "Routing",
"repositoryURL": "https://github.com/vapor/routing.git",
"state": {
"branch": null,
"revision": "3219e328491b0853b8554c5a694add344d2c6cfb",
"version": "3.0.1"
"revision": "d76f339c9716785e5079af9d7075d28ff7da3d92",
"version": "3.1.0"
}
},
{
"package": "Service",
"repositoryURL": "https://github.com/vapor/service.git",
"state": {
"branch": null,
"revision": "281a70b69783891900be31a9e70051b6fe19e146",
"version": "1.0.0"
"revision": "fa5b5de62bd68bcde9a69933f31319e46c7275fb",
"version": "1.0.2"
}
},
{
Expand Down Expand Up @@ -114,17 +114,17 @@
"repositoryURL": "https://github.com/vapor/template-kit.git",
"state": {
"branch": null,
"revision": "aff2d6fc65bfd04579b0201b31a8d6720239c1cf",
"version": "1.1.1"
"revision": "51405c83e95e8adb09565278a5e9b959c605e56c",
"version": "1.4.0"
}
},
{
"package": "URLEncodedForm",
"repositoryURL": "https://github.com/vapor/url-encoded-form.git",
"state": {
"branch": null,
"revision": "932024f363ee5ff59059cf7d67194a1c271d3d0c",
"version": "1.0.5"
"revision": "44999b47d88ca2e0c0b893599b3240e342ba39ff",
"version": "1.0.7"
}
},
{
Expand All @@ -150,8 +150,8 @@
"repositoryURL": "https://github.com/vapor/websocket.git",
"state": {
"branch": null,
"revision": "21eb4773e25a8ff96fe347a31fe106900a69fa6a",
"version": "1.1.1"
"revision": "d85e5b6dce4d04065865f77385fc3324f98178f6",
"version": "1.1.2"
}
}
]
Expand Down
3 changes: 2 additions & 1 deletion Sources/OneSignal/OneSignalResult.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ public enum OneSignalError: Swift.Error {
case apiKeyNotSet
case appIDNotSet
case requestError(value: String)
case decodingError
}

public enum OneSignalResult: ResponseCodable {
public enum OneSignalResult {
case success
case error(error: OneSignalError)
case networkError(error: Error)
Expand Down

0 comments on commit 9cb25d0

Please sign in to comment.