Skip to content

Commit

Permalink
fix(swift): QuerySuggestionsConfigurationResponse appID casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 committed Feb 15, 2024
1 parent 785cd3d commit a9f6402
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public void processOpts() {
);

reservedWords.add("LogLevel");
nameMapping.put("appId", "appID");

setProjectName(getClientName(CLIENT));
setUseSPMFileStructure(true);
Expand Down

0 comments on commit a9f6402

Please # to comment.