Skip to content

Commit 8cdb0ab

Browse files
authored
Update Team.js
1 parent e59304a commit 8cdb0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/orm/Team.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export default class Team extends BaseModel {
5656
return Team.all().filter((t) => t.isPlayer)
5757
}
5858

59-
// debug は毎回使われるテストユーザー
59+
// team99 は毎回使われるテストユーザー
6060
static get playersWithoutTeam99() {
61-
return Team.all().filter((t) => t.isPlayer && t.name !== 'debug' && t.organization !== 'JANOG')
61+
return Team.all().filter((t) => t.isPlayer && t.name !== 'team99')
6262
}
6363
}

0 commit comments

Comments
 (0)