Skip to content

Commit 2264379

Browse files
authored
Fix the public scope of the Param components of BodyBuilder (#4)
* wip * wip - added CHANGELOG.md
1 parent cb41346 commit 2264379

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed
Binary file not shown.

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog 📝
2+
3+
<table>
4+
<tr>
5+
<th>Release Version</th>
6+
<th>0.1.0</th>
7+
</tr>
8+
<tr>
9+
<th>Relative Date</th>
10+
<td><img alt="Relative date" src="https://img.shields.io/date/1670996156"></td>
11+
</tr>
12+
<tr>
13+
<th>Added</th>
14+
<th>N/A</th>
15+
</tr>
16+
<tr>
17+
<th>Fixed</th>
18+
<th>N/A</th>
19+
</tr>
20+
<tr>
21+
<th>Changed</th>
22+
<th>N/A</th>
23+
</tr>
24+
<tr>
25+
<th>Removed</th>
26+
<th>N/A</th>
27+
</tr>
28+
</table>
29+
30+
**EOF**

Sources/APIRouter/BodyBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public extension Body {
4646
}
4747
}
4848

49-
struct Param: BodyProtocol {
49+
public struct Param: BodyProtocol {
5050
private let value: Any
5151
private let key: String
5252

0 commit comments

Comments
 (0)