Skip to content

Commit

Permalink
Update Errors.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Oct 13, 2024
1 parent 23cb8af commit bfee243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lambdas/GHHooks/Errors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Foundation
enum Errors: Error, CustomStringConvertible, LocalizedError {
case httpRequestFailed(response: any Sendable, file: String = #filePath, line: UInt = #line)
case headerNotFound(name: String, headers: AWSLambdaEvents.HTTPHeaders)
case multipleErrors(errors: [any Error])
case multipleErrors(_ errors: [any Error])

var description: String {
switch self {
Expand Down

0 comments on commit bfee243

Please sign in to comment.