Skip to content

Commit

Permalink
lint!
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Jun 20, 2023
1 parent 6b7764a commit 237b5a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const parseMethodDecorator = (
tsSourceFile: ts.SourceFile,
typeChecker: ts.TypeChecker,
program: ts.Program,
method: ts.MethodDeclaration,
method: ts.MethodDeclaration
): ts.PropertyAssignment | null => {
const methodDecorator = retrieveTsDecorators(method)?.find(isDecoratorNamed('Method'));
if (methodDecorator == null) {
Expand Down

0 comments on commit 237b5a2

Please sign in to comment.