Skip to content

Commit aa69106

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#10)
Co-authored-by: github-actions[bot] <dependabot@bot.com>
1 parent a04083b commit aa69106

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/Sightengine/Generated/Sightengine.OptionsSupport.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ internal static string AppendQueryParameters(
381381
}
382382

383383
var builder = new global::System.Text.StringBuilder(path ?? string.Empty);
384-
var hasQuery = builder.ToString().Contains("?", global::System.StringComparison.Ordinal);
384+
var hasQuery = builder.ToString().IndexOf("?", global::System.StringComparison.Ordinal) >= 0;
385385
AppendParameters(builder, clientParameters, ref hasQuery);
386386
AppendParameters(builder, requestParameters, ref hasQuery);
387387
return builder.ToString();

0 commit comments

Comments
 (0)