Skip to content

Commit

Permalink
Fixed the public scope of the Field components of HeaderBuilder (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
devyhan authored Dec 15, 2022
1 parent 8063943 commit ca4988f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion Sources/APIRouter/HeaderBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public extension Header {
}
}

struct Field: HeaderProtocol {
public struct Field: HeaderProtocol {
private let value: String
private let key: String

Expand Down

0 comments on commit ca4988f

Please sign in to comment.