Skip to content

Commit

Permalink
chore: var rename
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Jan 15, 2025
1 parent 99fcdfb commit a23f28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/binding/NodeJS/release/maa-node/src/tasker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ export class TaskerBase {
}
}

latest_node(task: string) {
return maa.tasker_get_latest_node(this.handle, task)
latest_node(node: string) {
return maa.tasker_get_latest_node(this.handle, node)
}
}

Expand Down

0 comments on commit a23f28a

Please sign in to comment.