Skip to content

Commit 5441e70

Browse files
committed
Fix getLabelerServices not sending the isDetailed parameter in the request
1 parent 0b1f572 commit 5441e70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/ATProtoKit/APIReference/AppBskyAPI/AppBskyLabelerGetServicesMethod.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ extension ATProtoKit {
3838

3939
var queryItems = [(String, String)]()
4040

41+
if let isDetailed {
42+
queryItems += [("detailed", "\(isDetailed)")]
43+
}
4144
queryItems += labelerDIDs.map { ("dids", $0) }
4245

4346
let queryURL: URL

0 commit comments

Comments
 (0)