Skip to content

Commit

Permalink
Remove special case for ImageArrayType
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Aug 24, 2024
1 parent 5d97bf1 commit b15afd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/api/autogen/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,6 @@ ${stringifyIter(types, ({ features, type }) => {
`;
}
if (type.name === 'ImageArrayType') {
return '';
}
switch (type.kind) {
case 'Request':
return '';
Expand Down

0 comments on commit b15afd3

Please sign in to comment.