Skip to content

Commit

Permalink
Add missing ? in makeExclusive type override
Browse files Browse the repository at this point in the history
:(
  • Loading branch information
jacobmischka committed Jun 29, 2022
1 parent 6c525d9 commit 580cab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/IOClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export class IOClient {
*/
makeExclusive<MethodName extends T_IO_METHOD_NAMES, Props, Output>(
inner: IOComponentFunction<MethodName, Props, Output>,
propsRequired: false
propsRequired?: false
): ExclusiveIOComponentFunction<MethodName, Props, Output>
makeExclusive<MethodName extends T_IO_METHOD_NAMES, Props, Output>(
inner: IOComponentFunction<MethodName, Props, Output>,
Expand Down

0 comments on commit 580cab6

Please sign in to comment.