mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
[#1680] fix tavern chat
This commit is contained in:
parent
1420fe8c03
commit
7b15a0055a
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ angular.module('groupServices', ['ngResource']).
|
|||
}),
|
||||
|
||||
fetchTavern: _.once(function(){
|
||||
Group.get({gid:'habitrpg'}, function(_groups){
|
||||
tavernQ.resolve(_groups[0]);
|
||||
Group.get({gid:'habitrpg'}, function(_group){
|
||||
tavernQ.resolve(_group);
|
||||
})
|
||||
}),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue