Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit ecacf31

Browse files
author
RayhanADev
committed
Bug fix in User class
1 parent 1afe4c2 commit ecacf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/User.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class User {
118118
variables: JSON.stringify({
119119
user: user,
120120
after: after,
121-
counter: count,
121+
count: count,
122122
order: order
123123
})
124124
})

0 commit comments

Comments
 (0)