Commit ffa74228 authored by Robert Knight's avatar Robert Knight

Type a reference to the groups service

parent 82d434df
......@@ -45,11 +45,11 @@ function setupApi(api, streamer) {
* Perform the initial fetch of groups and user profile and then set the initial
* route to match the current URL.
*
* @param {Object} groups
* @param {import('./services/groups').GroupsService} groups
* @param {import('./services/session').SessionService} session
* @param {import('./services/router').RouterService} router
* @inject
*/
// @inject
function setupRoute(groups, session, router) {
groups.load();
session.load();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment