Skip to content

Commit

Permalink
Fix requesting collaborations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nes-si committed Nov 19, 2018
1 parent 5d1d489 commit 81d2e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ducks/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function init() {

requestTemplates(templates_o, templates)

.then(requestCollaborationsPre(sites_o))
.then(() => requestCollaborationsPre(sites_o))

.then(requestUserSites)

Expand Down

0 comments on commit 81d2e96

Please sign in to comment.