Skip to content

Commit b4ab7ab

Browse files
committed
remove duplicate
1 parent ca2abf3 commit b4ab7ab

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

generators/src/main/java/com/algolia/codegen/AlgoliaSwiftGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
109109
"timerange",
110110
"typotolerance",
111111
"typotoleranceenum",
112-
"updatedatresponse",
113112
"value"
114113
);
115114

templates/javascript/clients/algoliasearch/builds/models.mustache

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ import type {
7878
TimeRange,
7979
TypoTolerance,
8080
TypoToleranceEnum,
81-
UpdatedAtResponse,
8281
Value,
8382
} from '@algolia/client-search';
8483
import { apiClientVersion } from '@algolia/client-search';
@@ -170,7 +169,6 @@ export {
170169
TimeRange,
171170
TypoTolerance,
172171
TypoToleranceEnum,
173-
UpdatedAtResponse,
174172
Value,
175173
};
176174

0 commit comments

Comments
 (0)