Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6446759

Browse files
author
Dushyant Bhalgami
committedSep 17, 2019
updated groups-api endpoint to v5
1 parent 1897d4e commit 6446759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/services/groups.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class GroupService {
193193
constructor(tokenV3) {
194194
const now = Date.now();
195195
this.private = {
196-
api: getApi('V3', tokenV3),
196+
api: getApi('V5', tokenV3),
197197
cache: {
198198
groupTreeIds: {
199199
lastCleanUp: now,

0 commit comments

Comments
 (0)
Please sign in to comment.