Moar
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user