Skip to content

Commit 5bedb28

Browse files
committed
Fix Typo. Remove Optional Parameter
1 parent ce7bce4 commit 5bedb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/exportService.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { request as __request } from '../core/request';
1414
import { OpenAPI } from '../core/OpenAPI';
1515
{{/if}}
1616
{{/if}}
17-
type Writeable<T> = { -readonly [P in keyof T]-?: T[P] };
17+
type Writeable<T> = { -readonly [P in keyof T]: T[P] };
1818

1919
export class {{{name}}}{{{@root.postfix}}} {
2020
{{#if @root.exportClient}}

0 commit comments

Comments
 (0)