Skip to content

Commit 0c85ff9

Browse files
committed
fix python
1 parent 1b7c88d commit 0c85ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generators/src/main/java/com/algolia/codegen/cts/guides/GuidesGenerator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public void run(Map<String, CodegenModel> models, Map<String, CodegenOperation>
5353
if (this.client.equals("search")) {
5454
bundle.put("isSearchClient", true);
5555
}
56+
bundle.put("isSyncClient", true);
5657
// nothing to do here, the mustache uses dynamicSnippets lambda
5758
}
5859
}

0 commit comments

Comments
 (0)