Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp committed May 21, 2024
1 parent 7461b1b commit ec0a7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/near-sdk-js/src/cli/abi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export function runAbiCompilerPlugin(
type_schema: schema,
};
}
let abiFunction: abi.AbiFunction = {
const abiFunction: abi.AbiFunction = {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
name: (methodDeclaration.name as any).text,
kind: isView ? abi.AbiFunctionKind.View : abi.AbiFunctionKind.Call,
Expand Down

0 comments on commit ec0a7f8

Please sign in to comment.