Skip to content

Commit

Permalink
fix typo parantId -> parentId (actumn#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoren authored Mar 27, 2022
1 parent 5f4f2da commit 3d4e534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default class Worker extends Base {
task: payload["task"],
id: payload["id"],
rootId: payload["root_id"],
parantId: payload["parentId"],
parentId: payload["parentId"],
group: payload["group"],
meth: payload["meth"],
shadow: payload["shadow"],
Expand Down

0 comments on commit 3d4e534

Please sign in to comment.