Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 80fd903

Browse files
committed
StandardJS lint for index.js
1 parent 90051fd commit 80fd903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ const match = (payload, pattern, callback) => {
6464
currentNode[key][index] = {}
6565

6666
payload[key].forEach((payloadItem, payloadIndex) => {
67-
if(payloadItem instanceof Object) {
67+
if (payloadItem instanceof Object) {
6868
const payloadItemMatch = match(payloadItem, element)
69-
if(payloadItemMatch.match) {
69+
if (payloadItemMatch.match) {
7070
tester(payload[key][payloadIndex], element, currentNode[key][index])
7171
}
7272
}

0 commit comments

Comments
 (0)