Skip to content

Commit

Permalink
add return type to toObject method
Browse files Browse the repository at this point in the history
  • Loading branch information
Yo-mah-Ya committed Oct 7, 2023
1 parent a5c306a commit 45a9969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/descriptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ function createToObject(
undefined,
undefined,
[],
undefined,
createPrimitiveMessageSignature(rootDescriptor, messageDescriptor),
ts.factory.createBlock(statements, true),
);
}
Expand Down

0 comments on commit 45a9969

Please sign in to comment.