Skip to content

Commit a48997a

Browse files
Merge pull request #131 from topcoder-platform/Fix/update-group-method
Fix typo in update method
2 parents f1e8df8 + 5305a6f commit a48997a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/GroupService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ async function updateGroup(currentUser, groupId, data) {
277277

278278
// update the cache
279279
const cache = await helper.getCacheInstance()
280-
cache.set(group.id, updateGroup)
280+
cache.set(group.id, updatedGroup)
281281

282282
return updatedGroup
283283
} catch (error) {

0 commit comments

Comments
 (0)