This commit is contained in:
Tom Moor
2017-07-06 20:59:45 -07:00
parent f90d170497
commit f08ca8d460
4 changed files with 18 additions and 17 deletions

View File

@@ -1,4 +1,7 @@
function present(ctx, team) {
// @flow
import { Team } from '../models';
function present(ctx: Object, team: Team) {
ctx.cache.set(team.id, team);
return {