Skip to content

Commit 2c2867f

Browse files
committed
Fixed typo
1 parent fb39a47 commit 2c2867f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@
587587
send(RUN, [rq.statement, rq.parameters], rq.onHeader);
588588
debug("C: PULL_ALL");
589589
send(PULL_ALL, [], function(metadata) {
590-
if (rq.onfooter) rq.onFooter(metadata);
590+
if (rq.onFooter) rq.onFooter(metadata);
591591
ready = true;
592592
}, rq.onRecord);
593593
} else {

0 commit comments

Comments
 (0)