We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c574960 commit 5746bc6Copy full SHA for 5746bc6
Modules/Sources/Networking/Mapper/MetaDataMapper.swift
@@ -20,8 +20,6 @@ struct MetaDataMapper: Mapper {
20
// Filter out metadata if the key is prefixed with an underscore (internal meta keys)
21
return metadata.filter { !$0.key.hasPrefix("_") }
22
}
23
-
24
25
26
27
/// DataEnvelope Entity:
0 commit comments