Skip to content

Commit df6c3d2

Browse files
committed
chore: fix lint
1 parent 5f33050 commit df6c3d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/vk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
get: {
4141
me: function(p, callback) {
4242
p.query.fields = 'id,first_name,last_name,photo_max';
43-
p.query.v = '5.131';
43+
p.query.v = '5.131';
4444
callback('users.get');
4545
}
4646
},

0 commit comments

Comments
 (0)