We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59304a commit 8cdb0abCopy full SHA for 8cdb0ab
ui/orm/Team.js
@@ -56,8 +56,8 @@ export default class Team extends BaseModel {
56
return Team.all().filter((t) => t.isPlayer)
57
}
58
59
- // debug は毎回使われるテストユーザー
+ // team99 は毎回使われるテストユーザー
60
static get playersWithoutTeam99() {
61
- return Team.all().filter((t) => t.isPlayer && t.name !== 'debug' && t.organization !== 'JANOG')
+ return Team.all().filter((t) => t.isPlayer && t.name !== 'team99')
62
63
0 commit comments