Skip to content

Commit 5d7575f

Browse files
committed
remove unused param
1 parent 7c7ed81 commit 5d7575f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

auth.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ kidstuff.auth.module.provider('auth',function() {
282282
$http({
283283
method: 'GET',
284284
url: config.endPoint+'/groups/'+id,
285-
params: params,
286285
headers: {Authorization: 'Bearer '+localStorageService.get('access_token')}
287286
}).
288287
success(function(data, status, headers, config) {

0 commit comments

Comments
 (0)