Skip to content

Commit

Permalink
Merge pull request #15 from HUK-COBURG/issue/ParametersPathModifier_p…
Browse files Browse the repository at this point in the history
…laceholder

Replace ParametersPathModifier Placeholder
  • Loading branch information
JBoseckerHUK authored Aug 29, 2023
2 parents a7f6d9e + 356a20f commit 657fa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SchwiftyResources/Network/PathModifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public struct ParametersPathModifier: PathModifier {
continue
}

modifiedPath = modifiedPath.replacingOccurrences(of: "{\(key)}", with: value)
modifiedPath = modifiedPath.replacingOccurrences(of: "(\(key))", with: value)
}

return modifiedPath
Expand Down

0 comments on commit 657fa5a

Please sign in to comment.